fix(archivebox): downgrade from bugged version 0.7.4

This commit is contained in:
Nicolas Meienberger 2024-04-23 22:12:50 +02:00
parent 732827a54c
commit 59be968a6e
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"exposable": true, "exposable": true,
"port": 8015, "port": 8015,
"id": "archivebox", "id": "archivebox",
"tipi_version": 2, "tipi_version": 3,
"version": "0.7.4", "version": "0.7.2",
"categories": [ "categories": ["media"],
"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",
@ -33,8 +31,5 @@
"env_variable": "ARCHIVEBOX_PASSWORD" "env_variable": "ARCHIVEBOX_PASSWORD"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,6 +1,6 @@
services: services:
archivebox: archivebox:
image: archivebox/archivebox:0.7.4 image: archivebox/archivebox:0.7.2
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