docs: document Files System tab for applications, databases, and compose - #177
Open
VijinV wants to merge 1 commit into
Open
docs: document Files System tab for applications, databases, and compose#177VijinV wants to merge 1 commit into
VijinV wants to merge 1 commit into
Conversation
Dokploy now supports browsing, downloading, and uploading files inside a running container from the dashboard for applications, all database types, and Docker Compose services. Document the new "Files System" tab alongside the existing General/Environment/Logs sections on each of those pages, including the write permission required for uploads.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR about?
This PR documents the new Files System tab that was added to Dokploy's Applications, Databases, and Docker Compose pages in Dokploy/dokploy#5194. That feature lets users browse, download, and upload files inside a running container directly from the dashboard, and is now available for applications, all database types (Postgres, MySQL, MariaDB, MongoDB, Redis), and Docker Compose services.
This PR adds a
## Files System(### Files Systemon the Docker Compose page, matching that page's heading level) section to the three relevant docs pages, in the same place and style as the existingGeneral/Environment/Logssections:apps/docs/content/docs/core/applications/index.mdxapps/docs/content/docs/core/databases/index.mdxapps/docs/content/docs/core/docker-compose/index.mdxEach section explains what the tab does, notes that files outside persistent volumes are ephemeral, and mentions that uploading requires the
Writepermission on theContainer Filesystemresource (owners/admins have it by default; custom roles need it granted explicitly).Checklist
Before submitting this PR, please make sure that:
mainbranch.Issues related (if applicable)
Related to Dokploy/dokploy#5194
Screenshots (if applicable)