Commit graph

5 commits

Author SHA1 Message Date
22ec436f7b
docs: add production setup instructions to README
Added a new section in the README for production setup. It highlights the usage of a process manager like systemd to ensure the application remains running in a production environment, providing a link to the systemd files included in the repository. This update aims to guide users in deploying the application more reliably.
2024-08-02 20:29:53 +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
85ccdca97f
docs: clarify URL and reverse proxy instructions
Updated README to specify ports for both application (:8105)
and tracker (:8106) when configuring a reverse proxy. Also
corrected the URL from localhost:3000 to localhost:8105 to
reflect the expected setup. This avoids confusion during
production setup and ensures smoother deployment.
2024-06-16 10:21:30 +02:00
1ba7beaa36
feat(ui): Add logo and header styling enhancements
Included the Transfer.coffee logo to enhance branding and updated header styles for improved visual appeal. Adjusted overall layout to center elements and ensure consistent presentation across the app.
2024-06-15 16:38:03 +02:00
6b361e3839
docs: add LICENSE and README files
Added an MIT LICENSE file to ensure proper open-source licensing and intellectual property protection.

Created a README file detailing the purpose, features, installation, configuration, and usage of the Transfer.coffee application, facilitating user onboarding and project understanding.
2024-06-14 18:59:32 +02:00