-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(template): add Cloudreve service template #6774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
feat(template): add Cloudreve service template #6774
Conversation
- Add Cloudreve file management and sharing system template - Includes PostgreSQL 17 and Redis dependencies - Proper health checks with service dependencies - Secure password authentication without trust mode - Logo included for UI display
Hi @hassankhan2608! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app works fine, though the Compose file needs small changes for better maintainability.
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This pull request introduces a new one-click service template for Cloudreve, a powerful and popular self-hosted file management and sharing system.
What is Cloudreve?
Cloudreve is a feature-rich application that allows users to build their own private or public cloud storage service. Its key features include:
Adding Cloudreve to the official service templates will make it incredibly easy for Coolify users to deploy and manage their own personal cloud storage solution.
Template Configuration
The provided
docker-compose.yml
for Cloudreve is configured with the following best practices:SERVICE_URL
: For the public-facing URL, ensuring consistency with other Coolify services.cloudreve-db
andcloudreve-redis
to prevent naming conflicts with other services.File Changes
templates/compose/cloudreve.yaml
- The Docker Compose file for the Cloudreve service.public/svgs/cloudreve.svg
- The SVG logo for the Cloudreve service.