Commit graph

3 commits

Author SHA1 Message Date
9b95eb3729
docs: add instructions for systemd service setup
Added detailed installation and activation instructions to the systemd service files for Transfer.coffee Tracker and Transfer.coffee. This will assist users in properly enabling and starting the services, ensuring smoother deployment and fewer setup issues.
2024-08-02 20:37:14 +02:00
8eebfe4c44
fix(systemd): correct RestartSec value to 2s
Adjusted the RestartSec value from 86400s to 2s in service files to ensure rapid recovery on failure. Removed redundant LimitNOFILE directive as it was unnecessary.
2024-08-02 20:22:51 +02:00
13a771214a
feat: improve reverse proxy setup for production
Updated README with detailed instructions for setting environment variables via a .env file. Added sample Caddyfile for reverse proxy configuration and systemd service files for managing the tracker and application. These enhancements streamline deployment, especially in production environments, by providing clear guidance and automation options.

Resolves #1
2024-08-02 20:09:30 +02:00