Bug Description
When "Sync Files" is enabled and you store the container files dirctly in the project folder. Some apps are complanin about "read only database" and permission errors.
Steps To Reproduce
- Create a GitSync for example for gotify
- Store the container data inside the project folder (./data)
- Enable "Sync Files"
- Start the Project
- Try to create a client - if this is working and you dont see any error, please sync with git manually and retry
services:
gotify:
container_name: gotify
image: gotify/server:2.9.1
restart: unless-stopped
ports:
- 8087:80
volumes:
- ./data/gotify:/app/data
Expected Behavior
Arcane only cares about files stored on git and ignores other files in the project directory.
Actual Behavior
After the git sync files are getting locked or changed in permissions.
Screenshots
No response
Arcane Version
v1.19.5
Installation Method
Docker Compose (Recommended)
Environment Type
Local Docker (Single instance)
Database Type
SQLite (Default)
Operating System
Linux
Docker Version
29.5.2
Browser & Version
No response
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response
Bug Description
When "Sync Files" is enabled and you store the container files dirctly in the project folder. Some apps are complanin about "read only database" and permission errors.
Steps To Reproduce
Expected Behavior
Arcane only cares about files stored on git and ignores other files in the project directory.
Actual Behavior
After the git sync files are getting locked or changed in permissions.
Screenshots
No response
Arcane Version
v1.19.5
Installation Method
Docker Compose (Recommended)
Environment Type
Local Docker (Single instance)
Database Type
SQLite (Default)
Operating System
Linux
Docker Version
29.5.2
Browser & Version
No response
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response