No description
Find a file
2024-06-06 13:17:07 -04:00
.forgejo/workflows feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
build.sh feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
Dockerfile feat: initial version with start+stop+build 2024-04-08 19:38:48 -04:00
README.md feat: allow specifying image version when starting 2024-04-09 00:16:05 -04:00
service.json feat: initial version with start+stop+build 2024-04-08 19:38:48 -04:00
service.yml build: migrate to spud 2024-06-06 13:17:07 -04:00
start.sh chore(deadcode): remove unused htpasswd_parent var 2024-04-09 00:25:55 -04:00
stop.sh feat: initial version with start+stop+build 2024-04-08 19:38:48 -04:00

Registry

Private container registry to organize self-hosted services.

Usage

To start or restart the container:

IMAGE_VERSION=<image tag> ./start.sh

Setting up service credentials

The container-registry_auth volume is pre-seeded with an empty htpasswd file that will hold the credentials for registry users.

See man htpasswd for reference.