Skip to content

Conversation

imjlk
Copy link

@imjlk imjlk commented Oct 20, 2025

Changes

  • Added SVG logo for TrailBase application.
  • Added a new YAML configuration file for the TrailBase service, including environment variables and volume settings.

Hi, If there's anything else I should do, please let me know.

also If I need to add content on coolify docs, I'd be happy to add it.

Thank you.

andrasbacsai and others added 8 commits October 15, 2025 11:09
- Added SVG logo for Trailbase application.
- Created a new YAML configuration file for the Trailbase service, including environment variables and volume settings.
@imjlk imjlk changed the base branch from v4.x to next October 20, 2025 12:19
@Cinzya Cinzya added the ⚙️ Service Issues requesting or PRs adding/fixing service templates. label Oct 20, 2025
Copy link
Contributor

Hi @imjlk! 👋

It appears to us that you are either adding a new service or making changes to an existing one.
We kindly ask you to also review and update the Coolify Documentation to include this new service or it's new configuration needs.
This will help ensure that our documentation remains accurate and up-to-date for all users.

Coolify Docs Repository: https://github.com/coollabsio/coolify-docs
How to Contribute a new Service to the Docs: https://coolify.io/docs/get-started/contribute/service#adding-a-new-service-template-to-the-coolify-documentation

Copy link
Member

@ShadowArcanist ShadowArcanist left a 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.

Also please add the following to our Docs:

  • The user has to visit /_/admin/ path on the url to view the login page
  • Visiting / will return 404 which is normal because the app is supposed to be accessed on the path mentioned above
  • The login details will be printed out on the logs:
Image

@@ -0,0 +1,14 @@
# documentation: https://trailbase.io/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point to the actual docs link

Suggested change
# documentation: https://trailbase.io/
# documentation: https://trailbase.io/getting-started/install/


services:
trailbase:
image: trailbase/trailbase:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please pin to a static version rather than 'latest' to prevent the template from breaking due to upstream changes.

Suggested change
image: trailbase/trailbase:latest
image: trailbase/trailbase:0.19.2 # Released on Oct 15, 2025

@ShadowArcanist ShadowArcanist added the 💤 Waiting for changes PRs awaiting changes from the author. label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for changes PRs awaiting changes from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants