-
released this
2026-06-06 23:57:49 +00:00 | 0 commits to main since this releaseCo-authored-by: Cursor cursoragent@cursor.com
Downloads
-
released this
2026-06-06 20:03:56 +00:00 | 7 commits to main since this releaseWhat's Changed
Full Changelog: v1.4...v1.4
Downloads
-
1.2 Stable
released this
2026-06-06 19:38:49 +00:00 | 12 commits to main since this releasePhotoHost 1.2
- Bulk upload up to 100 photos
- User groups with disk quotas
- S3, SFTP, FTP storage in admin settings
- SMTP and password reset
- Git deploy from admin panel
Update: git checkout v1.2 && docker compose up -d --build
Downloads
-
1.1 Stable
released this
2026-06-06 19:30:13 +00:00 | 13 commits to main since this releasePhotoHost 1.1
New features
- Create photo folders in personal cabinet
- Share folders via link (
/share/f/<token>) - Private folders with optional password protection
- Invite users to folders by email
- Roles: viewer and editor
- Pending invites applied automatically on registration/login
Update on server
cd ~/fotohost git fetch --tags git checkout v1.1 docker compose up -d --buildDownloads
-
1.0 beta Pre-Release
released this
2026-06-06 19:20:54 +00:00 | 15 commits to main since this releasePhotoHost 1.0 beta
First public beta release.
Features
- Photo upload with drag-and-drop UI
- User registration and login
- Personal cabinet for managing photos
- Admin panel: users, photos, statistics
- Automatic first admin creation via
.env - PostgreSQL + Docker Compose deployment
Deploy
git clone https://git.evilfox.cc/test2/fotohost.git fotohost cd fotohost cp .env.example .env docker compose up -d --buildDownloads