mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-19 15:30:34 +00:00
project mgmt
This commit is contained in:
35
apps/project-mgmt/kanboard.md
Normal file
35
apps/project-mgmt/kanboard.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Kanboard
|
||||
|
||||
- some UI bugs (double scrollbar)
|
||||
- not the best look (outdated themes)
|
||||
- pretty solid & stable
|
||||
- lots of options
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://kanboard.org/)
|
||||
- [Github repo](https://github.com/kanboard/kanboard)
|
||||
- [Docs](https://docs.kanboard.org/en/latest/admin_guide/installation.html)
|
||||
|
||||
![Screenshot]()
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
version: '2'
|
||||
services:
|
||||
kanboard:
|
||||
image: kanboard/kanboard:latest
|
||||
environment:
|
||||
- PLUGIN_INSTALLER=true
|
||||
ports:
|
||||
- "3060:80"
|
||||
# - "443:443"
|
||||
volumes:
|
||||
- ./data:/var/www/app/data
|
||||
- ./plugins:/var/www/app/plugins
|
||||
# - kanboard_ssl:/etc/nginx/ssl
|
||||
```
|
||||
|
||||
## Tips & Tricks
|
||||
login with `admin:admin`
|
||||
Reference in New Issue
Block a user