github error311/FileRise v1.2.3
FileRise v1.2.3

latest releases: v1.3.9, v1.3.8, v1.3.7...
4 months ago

Changes 4/22/2025 v1.2.3

  • Support for custom PUID/PGID via PUID/PGID environment variables, replacing the need to run the container with --user
  • New PUID and PGID config options in the Unraid Community Apps template
  • Dockerfile:
    • startup (start.sh) now runs as root to write /etc/php & /etc/apache2 configs
    • www‑data user is remapped at build‑time to the supplied PUID:PGID, then Apache drops privileges to that user
  • Unraid template: removed recommendation to use --user; replaced with PUID, PGID, and Container Port variables
  • “Permission denied” errors when forcing --user 99:100 on Unraid by ensuring startup runs as root
  • Dockerfile silence group issue
  • enableWebDAV toggle in Admin Panel (default: disabled)
  • Admin Panel enhancements
    • New enableWebDAV boolean setting
    • New sharedMaxUploadSize numeric setting (bytes)
  • Shared Folder upload size
    • sharedMaxUploadSize is now enforced in FolderModel::uploadToSharedFolder
    • Upload form header on shared‑folder page dynamically shows “(X MB max size)”
  • API updates
    • getConfig and updateConfig endpoints now include enableWebDAV and sharedMaxUploadSize
  • Updated AdminModel & AdminController to persist and validate new settings
  • Enhanced shareFolder() view to pull from admin config and format the max‑upload‑size label

Don't miss a new FileRise release

NewReleases is sending notifications on new releases.