Add files via upload
This commit is contained in:
commit
00b611d753
10 changed files with 371 additions and 0 deletions
16
compose.yaml
Normal file
16
compose.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version: "3.5"
|
||||||
|
services:
|
||||||
|
homepage:
|
||||||
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
|
container_name: homepage
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
env_file: .env # use .env
|
||||||
|
volumes:
|
||||||
|
- ./config:/app/config # Make sure your local config directory exists
|
||||||
|
#- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||||
|
environment:
|
||||||
|
PUID: $PUID # read them from .env
|
||||||
|
PGID: $PGID # read them from .env
|
||||||
|
networks: {}
|
||||||
4
config/bookmarks.yaml
Normal file
4
config/bookmarks.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/latest/configs/bookmarks
|
||||||
|
|
||||||
0
config/custom.css
Normal file
0
config/custom.css
Normal file
0
config/custom.js
Normal file
0
config/custom.js
Normal file
10
config/docker.yaml
Normal file
10
config/docker.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/latest/configs/docker/
|
||||||
|
|
||||||
|
# my-docker:
|
||||||
|
# host: 127.0.0.1
|
||||||
|
# port: 2375
|
||||||
|
|
||||||
|
# my-docker:
|
||||||
|
# socket: /var/run/docker.sock
|
||||||
2
config/kubernetes.yaml
Normal file
2
config/kubernetes.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
# sample kubernetes config
|
||||||
217
config/logs/homepage.log
Normal file
217
config/logs/homepage.log
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
[2024-02-05T00:31:05.357Z] info: docker.yaml was copied to the config folder
|
||||||
|
[2024-02-05T00:31:05.372Z] info: services.yaml was copied to the config folder
|
||||||
|
[2024-02-05T00:31:05.376Z] info: bookmarks.yaml was copied to the config folder
|
||||||
|
[2024-02-05T00:31:05.410Z] info: widgets.yaml was copied to the config folder
|
||||||
|
[2024-02-05T00:31:05.421Z] info: custom.css was copied to the config folder
|
||||||
|
[2024-02-05T00:31:05.426Z] info: custom.js was copied to the config folder
|
||||||
|
[2024-02-05T00:31:05.592Z] info: kubernetes.yaml was copied to the config folder
|
||||||
|
[2024-02-05T00:46:37.083Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-02-05T00:46:37.084Z] error: YAMLException: bad indentation of a sequence entry (22:6)
|
||||||
|
|
||||||
|
19 | href: https://tech.moonmoon.tech
|
||||||
|
20 | description: My IT tools ins ...
|
||||||
|
21 |
|
||||||
|
22 | - PDF Tools:
|
||||||
|
-----------^
|
||||||
|
23 | icon: stirling-pdf.png
|
||||||
|
24 | href: https://pdf.moonmoon.tech
|
||||||
|
[2024-02-05T00:46:37.157Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-02-05T00:46:37.157Z] error: YAMLException: bad indentation of a sequence entry (22:6)
|
||||||
|
|
||||||
|
19 | href: https://tech.moonmoon.tech
|
||||||
|
20 | description: My IT tools ins ...
|
||||||
|
21 |
|
||||||
|
22 | - PDF Tools:
|
||||||
|
-----------^
|
||||||
|
23 | icon: stirling-pdf.png
|
||||||
|
24 | href: https://pdf.moonmoon.tech
|
||||||
|
[2024-02-05T00:46:37.614Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-02-05T00:46:37.615Z] error: YAMLException: bad indentation of a sequence entry (22:6)
|
||||||
|
|
||||||
|
19 | href: https://tech.moonmoon.tech
|
||||||
|
20 | description: My IT tools ins ...
|
||||||
|
21 |
|
||||||
|
22 | - PDF Tools:
|
||||||
|
-----------^
|
||||||
|
23 | icon: stirling-pdf.png
|
||||||
|
24 | href: https://pdf.moonmoon.tech
|
||||||
|
[2024-03-18T07:23:37.780Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:23:37.781Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon:
|
||||||
|
------------------^
|
||||||
|
20 | href:
|
||||||
|
21 | description: (soon)
|
||||||
|
[2024-03-18T07:23:37.806Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:23:37.806Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon:
|
||||||
|
------------------^
|
||||||
|
20 | href:
|
||||||
|
21 | description: (soon)
|
||||||
|
[2024-03-18T07:23:38.167Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:23:38.167Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon:
|
||||||
|
------------------^
|
||||||
|
20 | href:
|
||||||
|
21 | description: (soon)
|
||||||
|
[2024-03-18T07:24:04.054Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:24:04.054Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon: 2fa.png
|
||||||
|
------------------^
|
||||||
|
20 | href: -
|
||||||
|
21 | description: (soon)
|
||||||
|
[2024-03-18T07:24:04.369Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:24:04.370Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon: 2fa.png
|
||||||
|
------------------^
|
||||||
|
20 | href: -
|
||||||
|
21 | description: (soon)
|
||||||
|
[2024-03-18T07:24:16.052Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:24:16.052Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon: 2fa.png
|
||||||
|
------------------^
|
||||||
|
20 | description: (soon)
|
||||||
|
21 |
|
||||||
|
[2024-03-18T07:24:16.385Z] error: Failed to load services.yaml, please check for errors
|
||||||
|
[2024-03-18T07:24:16.385Z] error: YAMLException: bad indentation of a sequence entry (19:13)
|
||||||
|
|
||||||
|
16 | href: https://homevault.moonmoon.tech
|
||||||
|
17 | description: My Vaultwarden instanc ...
|
||||||
|
18 | - My 2f authenticator
|
||||||
|
19 | icon: 2fa.png
|
||||||
|
------------------^
|
||||||
|
20 | description: (soon)
|
||||||
|
21 |
|
||||||
|
[2025-03-27T21:11:22.796Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.070Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.076Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.080Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.084Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.088Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.091Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.095Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.099Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.108Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.182Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-03-27T21:11:23.187Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:30.936Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.135Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.139Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.142Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.146Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.150Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.154Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.158Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.162Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.170Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.173Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.183Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:31.276Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:36.376Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:12:36.379Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:13:07.129Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:13:07.133Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.747Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.850Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.853Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.857Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.860Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.862Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.866Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.870Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.874Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.877Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.881Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.884Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:16:49.939Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:15.062Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:15.066Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.668Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.810Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.814Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.816Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.818Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.820Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.823Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.829Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.831Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.834Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.836Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:21.842Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:34.259Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:34.262Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:43.786Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:17:43.788Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:18.945Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.048Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.053Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.058Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.064Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.069Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.073Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.082Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.087Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.093Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.097Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.101Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-04-06T23:19:19.169Z] error: Host validation failed for: lab.moonmoon.tech. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:58.904Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.037Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.040Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.043Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.046Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.049Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.055Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:18:59.059Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:19:18.943Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:19:18.947Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:19:21.410Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.306Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.490Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.506Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.519Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.534Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.543Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.555Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.568Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.580Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.592Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.606Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.618Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T21:46:25.640Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.546Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.725Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.736Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.764Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.780Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.794Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.810Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.813Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.825Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.841Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.855Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.871Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
|
[2025-06-08T22:02:43.881Z] error: Host validation failed for: 10.22.22.182:3000. Hint: Set the HOMEPAGE_ALLOWED_HOSTS environment variable to allow requests from this host / port.
|
||||||
89
config/services.yaml
Normal file
89
config/services.yaml
Normal file
|
|
@ -0,0 +1,89 @@
|
||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/latest/configs/services
|
||||||
|
|
||||||
|
- Hosted items you can access:
|
||||||
|
- LittleLink:
|
||||||
|
icon: littlelink-custom.png
|
||||||
|
href: https://ll.moonmoon.tech
|
||||||
|
description: my social links all in one neat place.
|
||||||
|
- My website:
|
||||||
|
icon: https://page.moonmoon.tech/Assets/Avatar_editv3.png
|
||||||
|
href: https://page.moonmoon.tech
|
||||||
|
description: my very own website!
|
||||||
|
- IPcheck:
|
||||||
|
icon: myspeed.png
|
||||||
|
href: https://myip.moonmoon.tech
|
||||||
|
description: My instance of various IP tools
|
||||||
|
- IT Tools:
|
||||||
|
icon: it-tools.png
|
||||||
|
href: https://tech.moonmoon.tech
|
||||||
|
description: My IT tools instance
|
||||||
|
- PDF Tools:
|
||||||
|
icon: stirling-pdf.png
|
||||||
|
href: https://pdf.moonmoon.tech
|
||||||
|
description: My PDF tools instance
|
||||||
|
- CyberChef:
|
||||||
|
icon: cyberchef.png
|
||||||
|
href: https://chef.moonmoon.tech
|
||||||
|
description: My Cyber Chef instance
|
||||||
|
- Discord Timestamp Generator:
|
||||||
|
icon: discord.png
|
||||||
|
href: https://timestamp.moonmoon.tech
|
||||||
|
description: Discord timestamp generator
|
||||||
|
- Omni Tools:
|
||||||
|
icon: sh-OmniTools
|
||||||
|
href: https://omni.moonmoon.tech
|
||||||
|
description: Omni tool box
|
||||||
|
|
||||||
|
- My private Services(login required):
|
||||||
|
- My linkwarden instance:
|
||||||
|
icon: zipline.png
|
||||||
|
href: https://linkwarden.moonmoon.tech
|
||||||
|
description: My Linkwarden instance(links and stuff)
|
||||||
|
- My Zipline instance:
|
||||||
|
icon: linkwarden.png
|
||||||
|
href: https://host.moonmoon.tech
|
||||||
|
description: My Zipline instance(uploading service with pictures and stuff)
|
||||||
|
- My Vaultwarden instance:
|
||||||
|
icon: vaultwarden.png
|
||||||
|
href: https://homevault.moonmoon.tech
|
||||||
|
description: My Vaultwarden instance(passwords and stuff)
|
||||||
|
- Reactive Resume:
|
||||||
|
icon: reactive-resume.png
|
||||||
|
href: https://resume.moonmoon.tech
|
||||||
|
description: Reactive Resume
|
||||||
|
- Uptime Kuma:
|
||||||
|
icon: uptime-kuma.png
|
||||||
|
href: https://uptime.moonmoon.tech
|
||||||
|
description: uptime monitor
|
||||||
|
- LubeLogger (car maintenance):
|
||||||
|
icon: https://lubelogger.moonmoon.tech/defaults/lubelogger_logo.png
|
||||||
|
href: https://lubelogger.moonmoon.tech
|
||||||
|
description: Car maintenance logger
|
||||||
|
- Daily txt:
|
||||||
|
icon: bookstack.png
|
||||||
|
href: https://diary.moonmoon.tech
|
||||||
|
description: An encrypted diary
|
||||||
|
- Flatnotes:
|
||||||
|
icon: flat-notes.png
|
||||||
|
href: https://flat.moonmoon.tech
|
||||||
|
description: flatnotes(notetaking)
|
||||||
|
|
||||||
|
- Management and Backup:
|
||||||
|
- Dockge(mooncloud):
|
||||||
|
icon: dockge.png
|
||||||
|
href: https://dock.moonmoon.tech
|
||||||
|
description: compose manager for my server mooncloud
|
||||||
|
- Dockge(prodesk):
|
||||||
|
icon: dockge.png
|
||||||
|
href: https://pd-dock.moonmoon.tech
|
||||||
|
description: compose manager for my server prodesk
|
||||||
|
- Duplicati(prodesk):
|
||||||
|
icon: duplicati.png
|
||||||
|
href: https://pd-duplicati.moonmoon.tech
|
||||||
|
description: backup solution for my server prodesk
|
||||||
|
- Duplicati(mooncloud):
|
||||||
|
icon: duplicati.png
|
||||||
|
href: https://duplicati.moonmoon.tech
|
||||||
|
description: backup solution for my server mooncloud
|
||||||
21
config/settings.yaml
Normal file
21
config/settings.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/latest/configs/settings
|
||||||
|
|
||||||
|
title: My Awesome Homepage!
|
||||||
|
|
||||||
|
background:
|
||||||
|
image: https://cdnb.artstation.com/p/assets/images/images/006/897/659/large/mikael-gustafsson-wallpaper-mikael-gustafsson.jpg
|
||||||
|
blur: sm # sm, md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
||||||
|
saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
||||||
|
brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
||||||
|
opacity: 100 # 0-100
|
||||||
|
|
||||||
|
theme: dark
|
||||||
|
color: slate
|
||||||
|
|
||||||
|
useEqualHeights: true
|
||||||
|
|
||||||
|
providers:
|
||||||
|
openweathermap: openweathermapapikey
|
||||||
|
weatherapi: weatherapiapikey
|
||||||
12
config/widgets.yaml
Normal file
12
config/widgets.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/latest/configs/service-widgets
|
||||||
|
|
||||||
|
- resources:
|
||||||
|
cpu: true
|
||||||
|
memory: true
|
||||||
|
disk: /
|
||||||
|
|
||||||
|
- search:
|
||||||
|
provider: duckduckgo
|
||||||
|
target: _blank
|
||||||
Loading…
Add table
Add a link
Reference in a new issue