Skip to content

Update README.md and fix docker-compose build context#1

Open
ytanne wants to merge 1 commit into
adntgv:mainfrom
ytanne:fix/making-up-to-date
Open

Update README.md and fix docker-compose build context#1
ytanne wants to merge 1 commit into
adntgv:mainfrom
ytanne:fix/making-up-to-date

Conversation

@ytanne
Copy link
Copy Markdown

@ytanne ytanne commented Oct 5, 2025

  • Update README.md to reflect actual application architecture:
    • Multi-user connection management with saved connections
    • Modular structure (database/, security/, ssh/, ui/ folders)
    • Encrypted credentials with Fernet encryption
    • Complete configuration and deployment documentation
    • Accurate troubleshooting and command reference
  • Fix docker-compose.yml webapp build context issue:
    • Change context from ./webapp to . (root) to access shared modules
    • Add shared volume for SQLite database between services
    • Add missing environment variables (DATABASE_URL, ENCRYPTION_KEY)

🤖 Generated with Claude Code

- Update README.md to reflect actual application architecture:
  - Multi-user connection management with saved connections
  - Modular structure (database/, security/, ssh/, ui/ folders)
  - Encrypted credentials with Fernet encryption
  - Complete configuration and deployment documentation
  - Accurate troubleshooting and command reference
- Fix docker-compose.yml webapp build context issue:
  - Change context from ./webapp to . (root) to access shared modules
  - Add shared volume for SQLite database between services
  - Add missing environment variables (DATABASE_URL, ENCRYPTION_KEY)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants