From 98ab91f73f2cb143714390dc7b4daf6a8fe9d4a0 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sun, 28 May 2023 08:59:04 +0000 Subject: [PATCH] update readme [CI SKIP] --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 964360f..8ca0330 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Dockerised Cronicle, based on the [Cronicle-Edge](https://github.com/cronicle-ed Can function in both the **manager** and **worker** role. +*This repo is mirrored to GitHub* + +## Links +- :tea: [Gitea Repo (source)](https://git.mrmeeb.stream/MrMeeb/cronicle-docker) +- :whale2: [Containers](https://git.mrmeeb.stream/MrMeeb/-/packages/container/cronicle/latest) - since I'm currently not also publishing them to ghcr.io +- :mirror: [GitHub mirror](https://github.com/MrMeeb/cronicle-docker) + ## Tags |Tag |Description| @@ -19,9 +26,9 @@ Tags relating to releases are also available, for locking in on a specific versi `config.json`, located in `/config/cronicle/conf/config.json`, is automatically generated on the first run of Cronicle in 'manager' mode. This file must be kept identical between the manager and any workers it controls. -If you want to configure Cronicle before first run (e.g to use a different storage engine), download `config_sample.json` and adjust accordingly before placing in `/config/cronicle/conf/config.json`. +If you want to configure Cronicle before first run (e.g to use a different storage engine), download `config_sample.json` and adjust accordingly before placing in `/config/cronicle/conf/config.json`. Make sure to change the `secret`! -:exclamation: NOTE: You must define the hostname of the container. Cronicle expects the hostname to remain the same, so the randomly-generated container hostname can cause problems if it changes. :exclamation: +:exclamation: You must define the hostname of the container. Cronicle expects the hostname to remain the same, so the randomly-generated container hostname can cause problems if it changes. :exclamation: ### Docker CLI ```