mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
feat: add Borgitory BorgBackup web manager entry (#390)
* feat: add Borgitory BorgBackup web manager entry * feat(meta.json): add documentation link to Borgitory entry --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
21
blueprints/borgitory/docker-compose.yml
Normal file
21
blueprints/borgitory/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
borgitory:
|
||||
image: mlapaglia/borgitory:latest
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 8000
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- /dev/fuse
|
||||
volumes:
|
||||
- borgitory-data:/app/data
|
||||
- borgitory-sources:/mnt/sources:ro
|
||||
- borgitory-repos:/mnt/repos:ro
|
||||
|
||||
volumes:
|
||||
borgitory-data: {}
|
||||
borgitory-sources: {}
|
||||
borgitory-repos: {}
|
||||
BIN
blueprints/borgitory/image.png
Normal file
BIN
blueprints/borgitory/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 548 KiB |
25
blueprints/borgitory/template.toml
Normal file
25
blueprints/borgitory/template.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "borgitory"
|
||||
port = 8000
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
|
||||
[[config.mounts]]
|
||||
name = "borgitory-data"
|
||||
mountPath = "/app/data"
|
||||
description = "Database and encryption key storage"
|
||||
|
||||
[[config.mounts]]
|
||||
name = "borgitory-sources"
|
||||
mountPath = "/mnt/sources"
|
||||
description = "Sources to back up (read-only)"
|
||||
|
||||
[[config.mounts]]
|
||||
name = "borgitory-repos"
|
||||
mountPath = "/mnt/repos"
|
||||
description = "Borg repositories (read-only)"
|
||||
18
meta.json
18
meta.json
@@ -733,6 +733,24 @@
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "borgitory",
|
||||
"name": "Borgitory",
|
||||
"version": "latest",
|
||||
"description": "A web interface for managing BorgBackup archives. Allows browsing, mounting (via FUSE), and handling backup repositories.",
|
||||
"logo": "image.png",
|
||||
"links": {
|
||||
"github": "https://github.com/mlapaglia/borgitory",
|
||||
"website": "https://github.com/mlapaglia/borgitory",
|
||||
"docs": "https://github.com/mlapaglia/borgitory"
|
||||
},
|
||||
"tags": [
|
||||
"backup",
|
||||
"borg",
|
||||
"archive",
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "botpress",
|
||||
"name": "Botpress",
|
||||
|
||||
Reference in New Issue
Block a user