Commit Graph

1124 Commits

Author SHA1 Message Date
maxDorninger
c1c94ea8ef updating installation guide, rename config.toml to config.example.toml 2025-07-18 21:11:45 +02:00
maxDorninger
4ab22bf1ca updating installation guide 2025-07-18 21:05:33 +02:00
maxDorninger
d352a8546a updating developer information/guide 2025-07-18 21:03:30 +02:00
Maximilian Dorninger
cd8b3abf70 Merge pull request #70 from Milanzor/remove-db-port-exposure
Remove db port exposure from the docker-compose.yml
2025-07-18 18:24:46 +02:00
Maximilian Dorninger
874a6934fb Merge pull request #71 from wjbeckett/master
Complete Setup Experience Overhaul: Auto-Config, User Creation, and Volume Improvements
2025-07-18 17:56:17 +02:00
maxDorninger
d4d0b99f45 change default db host from localhost to db 2025-07-18 14:35:48 +02:00
maxDorninger
f1a01b4d43 automatically create all directories 2025-07-18 14:33:12 +02:00
maxDorninger
56db3cc008 remove tv,movie, image and torrent env vars from container and move them to the config file 2025-07-18 14:32:21 +02:00
maxDorninger
1a02168fe6 update documentation regarding the config file 2025-07-18 14:22:50 +02:00
maxDorninger
b17641df0d Merge remote-tracking branch 'wjbeckett/master' into fork/wjbeckett/master 2025-07-18 14:19:48 +02:00
maxDorninger
eacdd5b74f update documentation of the config file 2025-07-18 14:01:40 +02:00
maxDorninger
c529f6f273 update backend config page 2025-07-18 13:55:20 +02:00
Maximilian Dorninger
eb971bb601 Update Dockerfile
Include env vars that set default directories for media and images
2025-07-18 13:50:38 +02:00
Maximilian Dorninger
c7a951eacf Update media_manager/config.py
make /data/images default directory for images
2025-07-18 13:48:48 +02:00
Maximilian Dorninger
a2ec7886f4 Update docker-compose.yaml to include volume for images 2025-07-18 13:48:22 +02:00
maxDorninger
0df004df6f fix and move create default user function to auth.users 2025-07-18 13:45:51 +02:00
Backslash
859281d193 Update port and base path
Co-authored-by: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com>
2025-07-18 21:02:55 +10:00
Backslash
c0d0cb5e54 Update frontend urls
Co-authored-by: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com>
2025-07-18 21:02:13 +10:00
Backslash
56d5faaec5 Route redirects
Redirect routes to /web for front end.

Co-authored-by: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com>
2025-07-18 21:01:04 +10:00
Maximilian Dorninger
b9bf190c1b Update config.toml
I forgot to change the config when merging a previous PR that merged the frontend and backend container.
2025-07-18 12:36:09 +02:00
Backslash
a2d717b022 Merge pull request #1 from wjbeckett/feat/container-enhancements
Complete Setup Experience Overhaul: Auto-Config, User Creation, and Volume Improvements
2025-07-18 17:57:48 +10:00
Milan van As
bad037b598 Updated configuration to connect to the db host instead of through the previously exposed port 2025-07-18 09:07:39 +02:00
Milan van As
687e84ce86 Updated the README file to use the added docker-compose.dev.yaml file in the Developer Quick Start guide + fixed paths 2025-07-18 09:04:36 +02:00
Milan van As
d19e451f85 Moved the port exposure for the db service to a seperate docker-compose file 2025-07-18 09:04:30 +02:00
wjbeckett
0158ac1040 fix: Add default values to config classes to resolve test validation errors
- Add default instances to all nested config classes (TorrentConfig, NotificationConfig, IndexerConfig, MetadataProviderConfig, AuthConfig)
- Add default values to AllEncompassingConfig fields to prevent validation errors during testing
- Update GitHub workflow to copy config.example.toml before running tests
- Ensures tests can run without requiring complete configuration files while maintaining production functionality

Fixes test collection errors where pydantic validation failed due to missing required config sections.
2025-07-18 16:56:19 +10:00
wjbeckett
31c6f415d0 fix build. 2025-07-18 16:44:54 +10:00
wjbeckett
a4d31d9ac9 fix: linting. 2025-07-18 16:32:33 +10:00
wjbeckett
431d0e7689 removed docs. 2025-07-18 16:23:15 +10:00
wjbeckett
4177409b59 feat: Add default admin user creation and root route redirects
- Auto-create admin user on first startup (admin@example.com/admin)
- Add redirects from /, /dashboard, /login to /web/ for better UX
- Enhanced startup logging with login credentials
- Improved config documentation for admin_emails

Fixes initial setup UX issues with web UI access and authentication.
2025-07-18 16:04:01 +10:00
wjbeckett
df7d00ad99 feat: improve container setup and fix deployment issues
- Move images directory from /data/images to /app/images to separate app data from user media
- Implement config folder approach instead of direct file mounting
- Add automatic config initialization with example config on first boot
- Remove hardcoded media directory environment variables from Dockerfile
- Update startup script to handle config folder setup and validation
- Only create application-managed directories, not user media directories
- Update docker-compose.yaml to use config folder volume mapping

Fixes container startup failures when config.toml doesn't exist and improves
separation between application data and user media directories.
2025-07-18 12:54:08 +10:00
maxDorninger
aaa025c2bb remove link to removed reverse proxy documentation v1.7.0 2025-07-17 23:05:25 +02:00
Maximilian Dorninger
69023d9662 Merge pull request #65 from maxdorninger/switch-sveltekit-to-static-adapter
Merge Frontend and Backend Container
2025-07-17 22:58:34 +02:00
maxDorninger
d5f09736f8 format files 2025-07-17 21:09:48 +02:00
maxDorninger
fe525a9397 fix HTTP error 404 exception handler 2025-07-17 21:07:36 +02:00
maxDorninger
cb73c9e14f fix images not working 2025-07-17 20:46:03 +02:00
maxDorninger
2681c111e5 change container name in template docker compose file 2025-07-17 19:37:52 +02:00
maxDorninger
1339c9d61d fix invalid URL error 2025-07-17 19:37:10 +02:00
maxDorninger
d0c6f36df9 update dockerfile 2025-07-17 18:26:22 +02:00
maxDorninger
776e74a8ad update dependencies of frontend 2025-07-17 18:21:20 +02:00
maxDorninger
f94d231316 add missing BASE_PATH docker build argument to GHA workflow 2025-07-17 18:13:14 +02:00
maxDorninger
ce786d2b63 fix error which causes caching GHA workflow to not work because of upper case repo name 2025-07-17 18:03:31 +02:00
maxDorninger
88e9ccdfa6 remove Reverse-Proxy topic from documentation 2025-07-17 17:59:58 +02:00
maxDorninger
674545de8c remove unneeded gha workflow 2025-07-17 17:59:40 +02:00
maxDorninger
7b1bd7f98a update default docker compose file 2025-07-17 17:59:27 +02:00
maxDorninger
2c995ae29c remove base_api_path field from template config.toml 2025-07-17 17:56:49 +02:00
maxDorninger
10b4f5baca update documentation 2025-07-17 17:49:41 +02:00
maxDorninger
bb1e7ef170 update github workflows 2025-07-17 17:36:58 +02:00
maxDorninger
a232d5e935 format files 2025-07-17 17:20:49 +02:00
maxDorninger
e051001ea5 fix typo 2025-07-17 17:18:44 +02:00
maxDorninger
5ff55f1a1d add base url to all the redirects and links 2025-07-17 17:18:37 +02:00