mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
+7
-5
@@ -70,7 +70,7 @@ details [here.](https://github.com/DoTheEvo/Caddy-v2-docker-example-setup)
|
||||
|
||||
# Config
|
||||
|
||||
Homepage is configured in `config.yml`
|
||||
Homepage is configured in `config.yml` file.
|
||||
|
||||
`config.yml`
|
||||
```yml
|
||||
@@ -78,21 +78,21 @@ title: "Homepage"
|
||||
subtitle: "Homer"
|
||||
logo: "assets/homer.png"
|
||||
# icon: "fas fa-skull-crossbones"
|
||||
footer: false #'<p>bla bla bla</p>'
|
||||
footer: '<p>less boring look with a footer</p>'
|
||||
|
||||
# Optional navbar
|
||||
links:
|
||||
- name: "Font Awesome Icon Galery"
|
||||
- name: "Font Awesome Icons Galery"
|
||||
icon: "fab fa-fort-awesome"
|
||||
url: "https://fontawesome.com/icons?d=gallery"
|
||||
- name: "Reddit SelfHosted"
|
||||
icon: "fab fa-reddit"
|
||||
url: "https://www.reddit.com/r/selfhosted/"
|
||||
|
||||
# First level array represent a group.
|
||||
# First level array represent a group
|
||||
# Single service with an empty name if not using groups
|
||||
services:
|
||||
- name: "Crux"
|
||||
- name: "Main"
|
||||
icon: "fab fa-docker"
|
||||
items:
|
||||
- name: "Bookstack"
|
||||
@@ -120,6 +120,8 @@ services:
|
||||
url: "https://portainer.blabla.org"
|
||||
```
|
||||
|
||||

|
||||
|
||||
# Update
|
||||
|
||||
* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates the image automaticly
|
||||
|
||||
Reference in New Issue
Block a user