chore(deps): update archivebox/archivebox docker tag to v0.7.4 (#2885)

This commit is contained in:
renovate[bot] 2024-03-20 11:41:39 +00:00 committed by GitHub
parent 398f601c75
commit d52031490b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8015, "port": 8015,
"id": "archivebox", "id": "archivebox",
"tipi_version": 1, "tipi_version": 2,
"version": "0.7.3", "version": "0.7.4",
"categories": ["media"], "categories": [
"media"
],
"description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline.", "description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline.",
"short_desc": "Open source self-hosted web archiving.", "short_desc": "Open source self-hosted web archiving.",
"author": "archivebox", "author": "archivebox",
@ -31,5 +33,8 @@
"env_variable": "ARCHIVEBOX_PASSWORD" "env_variable": "ARCHIVEBOX_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,6 +1,6 @@
services: services:
archivebox: archivebox:
image: archivebox/archivebox:0.7.3 image: archivebox/archivebox:0.7.4
restart: unless-stopped restart: unless-stopped
container_name: archivebox container_name: archivebox
command: server --quick-init 0.0.0.0:8015 command: server --quick-init 0.0.0.0:8015