rfiles.online - Share files by topic
Go to file
Jeff Emmett 91bb60c130 Fix celery-beat crash: write schedule to /tmp tmpfs
The read_only filesystem prevents celery-beat from writing its
schedule file to /app. Redirect to /tmp which is a writable tmpfs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 18:20:24 -07:00
backlog chore: add deployment backlog task 2026-02-17 15:33:34 -07:00
config fix: add missing check_space_access function to encryptid_auth 2026-02-15 15:03:28 -07:00
files feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00
portal Add rData analytics tracking and ecosystem footer link 2026-02-18 18:57:08 +00:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:34 -07:00
.env.example Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
.gitignore Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
Dockerfile Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.dev.yml Add rData analytics tracking and ecosystem footer link 2026-02-18 18:57:08 +00:00
docker-compose.prod.yml Fix celery-beat crash: write schedule to /tmp tmpfs 2026-02-21 18:20:24 -07:00
docker-compose.yml Add rData analytics tracking and ecosystem footer link 2026-02-18 18:57:08 +00:00
manage.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
requirements.txt Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00