Skip to content

Commit

Permalink
Set social inbox public URL in ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Sep 6, 2023
1 parent 19bb16b commit ac84588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=network-online.target
# Environment="DEBUG=*"
WorkingDirectory={{social_inbox_source}}
User={{social_inbox_user}}
ExecStart=npx ts-node-esm index.ts --port {{social_inbox_port}} --host {{social_inbox_host}}
ExecStart=npx ts-node-esm index.ts --port {{social_inbox_port}} --host {{social_inbox_host}} --publicURL https://{{social_inbox_domain}}
Restart=always
RestartSec=3
LimitNOFILE=4096
Expand Down

0 comments on commit ac84588

Please sign in to comment.