47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
# Obsidian
|
|
|
|
## Service Information
|
|
- **Type**: Note-Taking & Knowledge Management
|
|
- **Image**: `lscr.io/linuxserver/obsidian:latest`
|
|
- **Category**: Productivity
|
|
- **Host**: seattle-vm (Contabo)
|
|
|
|
## Description
|
|
Web-based access to Obsidian, a powerful knowledge management and note-taking application. Provides full desktop Obsidian experience through a web browser with support for plugins, themes, and vault management.
|
|
|
|
## Configuration
|
|
- **Container Name**: obsidian
|
|
- **Ports**: 127.0.0.1:3000-3001 → 3000-3001
|
|
- **Domain**: obs.vish.gg
|
|
- **User**: admin
|
|
- **Data Path**: /opt/obsidian/config
|
|
|
|
## Features
|
|
- Full Obsidian desktop interface in browser
|
|
- Vault management and creation
|
|
- Community plugin support
|
|
- Theme customization
|
|
- Graph view for note connections
|
|
- File upload and management
|
|
- Real-time collaboration
|
|
- Markdown editing with live preview
|
|
|
|
## Management
|
|
```bash
|
|
cd /opt/obsidian/
|
|
docker-compose up -d
|
|
docker-compose logs -f
|
|
```
|
|
|
|
## Access
|
|
- **Public**: https://obs.vish.gg
|
|
- **Local**: http://127.0.0.1:3000
|
|
|
|
## Security Notes
|
|
- Default credentials should be changed
|
|
- Runs with seccomp:unconfined for GUI support
|
|
- 1GB shared memory allocated for browser rendering
|
|
|
|
## Related Documentation
|
|
- [Seattle VM Obsidian Setup](../../hosts/vms/seattle/obsidian/README.md)
|
|
- [Docker Compose Configuration](../../hosts/vms/seattle/obsidian/docker-compose.yml) |