feat: add focalboard

This commit is contained in:
naterfute 2025-04-02 03:43:38 -07:00
parent 699adabd53
commit 0dfada150a
No known key found for this signature in database
GPG Key ID: 8DB2A1C41F6F6CA4
5 changed files with 64 additions and 1 deletions

View File

@ -0,0 +1,29 @@
version: '3'
services:
focalboard:
image: mattermost/focalboard:7.11.4
container_name: focalboard
restart: unless-stopped
volumes:
- focalboardData:/opt/focalboard/data
environment:
- VIRTUAL_HOST
- VIRTUAL_PORT
- DB_TYPE
- DB_CONFIG=postgres://${POSTGRES_USER}:${POSTGRES_password}@postgres:5432/${postgres_db}?sslmode=disable
postgres:
image: postgres:17
environment:
- POSTGRES_USER
- POSTGRES_PASSWORD
- POSTGRES_DB
volumes:
- ./postgres_data:/var/lib/postgresql/data
volumes:
focalboardData:
driver: local
focalboardPostgre:
driver: local

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -0,0 +1,18 @@
[variables]
main_domain = "${domain}"
[config]
env = [
"VIRTUAL_HOST=${main_domain}",
"VIRTUAL_PORT=8000 # Do Not Alter",
"DB_TYPE=postgres",
"POSTGRES_USER=focalboard",
"POSTGRES_PASSWORD=password",
"POSTGRES_DB=focalboard"
]
mounts = []
[[config.domains]]
serviceName = "focalboard"
port = 8000
host = "${main_domain}"

View File

@ -32,4 +32,6 @@ services:
volumes:
forgejo_db:
forgejo_server:
driver: local
forgejo_server:
driver: local

View File

@ -697,6 +697,20 @@
"storage"
]
},
{
"id": "focalboard",
"name": "Focalboard",
"version": "8.0.0",
"description": "Open source project management for technical teams",
"logo": "focalboard.png",
"links": {
"github": "https://github.com/sysblok/focalboard",
"website": "https://focalboard.com"
},
"tags": [
"kanban"
]
},
{
"id": "tolgee",
"name": "Tolgee",