unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
1{
2 email wafrn@example.com
3
4 admin 0.0.0.0:2019
5
6 log {
7
8 }
9}
10
11localhost {
12 @api path /api* /fediverse* /contexts* /post* /blog* /.well-known*
13
14 handle @api {
15 header {
16 Access-Control-Allow-Origin *
17 Content-Security-Policy default-src 'self' 'unsafe-inline' 'unsafe-eval' localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' localhost; img-src 'self' localhost; font-src 'self' localhost; object-src 'none'; frame-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content
18 }
19
20 reverse_proxy host.docker.internal:9000
21 }
22
23 handle_path /adminer* {
24 reverse_proxy adminer:8080
25 }
26
27 handle {
28 reverse_proxy host.docker.internal:4200
29 }
30}