maxDorninger
9eb2411bce
fix error message displaying when adding a movie request
2025-07-19 14:13:13 +02:00
maxDorninger
cc554164c3
make settings page properly reactive and add feature for admins to be able to change other user's emails
2025-07-19 13:44:18 +02:00
maxDorninger
f8e7b80a9b
make users table only display other users
2025-07-19 13:27:55 +02:00
maxDorninger
b404ab13e7
hopefully fix blank settings page by using $derived instead of $state
2025-07-19 13:15:28 +02:00
Maximilian Dorninger
6ed86616aa
Update bug_report.md
2025-07-18 22:20:15 +02:00
Maximilian Dorninger
d75621bb22
add starhistory to readme
2025-07-18 21:48:41 +02:00
Maximilian Dorninger
c35042ade8
Update bug_report.md
2025-07-18 21:38:22 +02:00
Maximilian Dorninger
7721ea6fab
Merge pull request #81 from maxdorninger/enhance-dev-experience
...
Enhance dev experience
2025-07-18 21:33:22 +02:00
Maximilian Dorninger
c13ae25d3d
Update config.dev.toml
...
change default nodejs origin listed in cors urls to http
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-18 21:32:54 +02:00
Maximilian Dorninger
c15b83f77e
Update Writerside/topics/developer-guide.md
...
update option flag order of docker compose command
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-18 21:32:26 +02:00
Maximilian Dorninger
0870cdc2a1
Fix spelling error in Writerside/topics/developer-guide.md
...
everytime -> every time
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-18 21:32:00 +02:00
maxDorninger
ac749474bf
update bug report issue template
2025-07-18 21:27:51 +02:00
maxDorninger
6ad0e4caca
update developer guide
2025-07-18 21:20:42 +02:00
maxDorninger
26753d9c7f
modify dev docker-compose
2025-07-18 21:13:08 +02:00
maxDorninger
794f001a53
add config.dev.toml
2025-07-18 21:12:02 +02:00
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