File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ Description =ATProto based pastbin
3
+ [Service]
4
+ Type =simple
5
+ TimeoutStartSec =0
6
+ ExecStart =/home/atprotobin/.venv/bin/python -m atprotobin
7
+ User =atprotobin
8
+ Environment =VIRTUAL_ENV =/home/atprotobin/.venv
9
+ Environment =ATPROTO_BASE_URL =https://atproto.chadig.com
10
+ Environment =ATPROTO_HANDLE =publicdomainrelay.atproto.chadig.com
11
+ Environment =ATPROTO_PASSWORD =AAAAAAAAAAAAAAAAAAAAAAAA
12
+ [Install]
13
+ WantedBy =default.target
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ Description =Caddy Reverse Proxy for paste.chadig.com - /etc/systemd/system/caddy-paste-chadig-com.service
3
+ [Service]
4
+ Type =simple
5
+ TimeoutStartSec =0
6
+ ExecStart =caddy reverse-proxy --from paste.chadig.com --to :8000
7
+ [Install]
8
+ WantedBy =default.target
You can’t perform that action at this time.
0 commit comments