diff --git a/homer/readme.md b/homer/readme.md index f4a0a62..45a3ea8 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -11,6 +11,9 @@ Homepage. * [Github](https://github.com/bastienwirtz/homer) * [DockerHub image used](https://hub.docker.com/r/b4bz/homer) +Homer is a simple static web page, configured using a yaml file.
+The docker image uses darkhttpd simple web server on alpine linux. + # Files and directory structure ``` @@ -122,17 +125,25 @@ services: # Update - * [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates the image automaticly +[Watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) +updates the image automatically. + +Manual image update: - * manual image update
- `docker-compose pull`
- `docker-compose up -d`
- `docker image prune` +- `docker-compose pull`
+- `docker-compose up -d`
+- `docker image prune` # Backup and restore - * **backup** using [BorgBackup setup](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/borg_backup) - that makes daily snapshot of the entire directory - - * **restore**
- copy config.yml and assets directory from a borg repository to a freshly spin container +#### Backup + +Using [borg](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/borg_backup) +that makes daily snapshot of the entire directory. + +#### Restore + +* down the bookstack containers `docker-compose down`
+* delete the entire bookstack directory
+* from the backup copy back the bookstack directory
+* start the containers `docker-compose up -d`