You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ You can pull the latest image from the GitHub Container Registry.
51
51
# Required
52
52
TMDB_API_KEY=your_tmdb_api_key_here
53
53
TOKEN_SALT=generate_a_random_secure_string_here
54
+
HOST_NAME=your_addon_url
54
55
55
56
# Optional
56
57
PORT=8000
@@ -81,7 +82,7 @@ To run the project locally:
81
82
```
82
83
83
84
2. **Install dependencies:**
84
-
We recommend using [uv](https://github.com/astral-sh/uv) for fast dependency management.
85
+
I recommend using [uv](https://github.com/astral-sh/uv) for fast dependency management.
85
86
```bash
86
87
uv sync
87
88
```
@@ -93,10 +94,10 @@ To run the project locally:
93
94
94
95
## Contributing
95
96
96
-
We welcome contributions of all sizes!
97
+
I welcome contributions of all sizes!
97
98
98
99
- **Small Bug Fixes & Improvements**: Feel free to open a Pull Request directly.
99
-
- **Major Features & Refactors**: Please **open an issue first** to discuss your proposed changes. This helps ensure your work aligns with the project's direction and saves you time.
100
+
- **Major Features & Refactors**: Please **[open an issue](https://github.com/TimilsinaBimal/Watchly/issues)** to discuss your proposed changes. This helps ensure your work aligns with the project's direction and saves you time.
0 commit comments