Compare commits
13 Commits
3b4c9ead6d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a45cf0b2c | |||
| dc91bff8fc | |||
| f4a3567cd1 | |||
| f4672b6069 | |||
| 62e19b2fd4 | |||
| b66bda0f66 | |||
| 8dcaa982bd | |||
| 89a0ce1579 | |||
| 5035e09656 | |||
| c0b9075adc | |||
| fbbd638341 | |||
| 2f043c653a | |||
| 52d7346588 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ nginx-proxy-manager/letsencrypt
|
|||||||
gitea/.ssh
|
gitea/.ssh
|
||||||
**/log/*
|
**/log/*
|
||||||
*.log
|
*.log
|
||||||
|
freshrss/log/logrotate.status
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
logrotate state -- version 2
|
logrotate state -- version 2
|
||||||
"/var/log/acpid.log" 2026-1-19-2:0:0
|
"/var/log/acpid.log" 2026-1-19-2:0:0
|
||||||
"/config/log/nginx/access.log" 2026-3-1-2:0:0
|
"/config/log/nginx/access.log" 2026-3-22-2:0:0
|
||||||
"/var/log/php84/*.log" 2026-1-19-2:0:0
|
"/var/log/php84/*.log" 2026-1-19-2:0:0
|
||||||
"/config/log/nginx/error.log" 2026-1-19-2:0:0
|
"/config/log/nginx/error.log" 2026-1-19-2:0:0
|
||||||
"/config/log/php/error.log" 2026-3-1-2:0:0
|
"/config/log/php/error.log" 2026-3-22-2:0:0
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /home/rcadmin/docker/homepage/config:/app/config # Make sure your local config directory exists
|
- /home/rcadmin/docker/homepage/config:/app/config # Make sure your local config directory exists
|
||||||
|
- /home/rcadmin/docker/homepage/images:/app/public/images # Make sure your local data directory exists
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
||||||
environment:
|
environment:
|
||||||
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
||||||
|
|||||||
@@ -2,6 +2,28 @@
|
|||||||
# For configuration options and examples, please see:
|
# For configuration options and examples, please see:
|
||||||
# https://gethomepage.dev/configs/bookmarks
|
# https://gethomepage.dev/configs/bookmarks
|
||||||
|
|
||||||
|
- Health:
|
||||||
|
- Helse Norge:
|
||||||
|
- abbr: HN
|
||||||
|
#icon: myfitnesspal.svg
|
||||||
|
href: https://www.helsenorge.no/
|
||||||
|
- Helse Klage:
|
||||||
|
- abbr: HK
|
||||||
|
#icon: myfitnesspal.svg
|
||||||
|
href: https://helseklage.no/
|
||||||
|
- Felleskatalogen:
|
||||||
|
- abbr: FK
|
||||||
|
#icon: myfitnesspal.svg
|
||||||
|
href: https://www.felleskatalogen.no/
|
||||||
|
- Strava:
|
||||||
|
- abbr: STV
|
||||||
|
icon: strava.svg
|
||||||
|
href: https://www.strava.com/
|
||||||
|
- Komoot:
|
||||||
|
- abbr: KO
|
||||||
|
icon: /images/komoot.jpg
|
||||||
|
href: https://www.komoot.com/
|
||||||
|
|
||||||
- Developer:
|
- Developer:
|
||||||
- Github:
|
- Github:
|
||||||
- abbr: GH
|
- abbr: GH
|
||||||
@@ -26,6 +48,21 @@
|
|||||||
abbr: SHDI
|
abbr: SHDI
|
||||||
href: https://selfh.st/icons/
|
href: https://selfh.st/icons/
|
||||||
description: Self-Hosted Dashboard Icons Repository
|
description: Self-Hosted Dashboard Icons Repository
|
||||||
|
- Flaticon:
|
||||||
|
- icon: /images/flaticon.png
|
||||||
|
abbr: FT
|
||||||
|
href: https://www.flaticon.com/
|
||||||
|
description: Flaticon Icon Repository
|
||||||
|
- Icons8:
|
||||||
|
- icon: /images/logo-icons8-full.svg
|
||||||
|
abbr: I8
|
||||||
|
href: https://icons8.com/
|
||||||
|
description: Icons8 Icon Repository
|
||||||
|
- NFO Maker:
|
||||||
|
- icon: /images/nfo-maker.png
|
||||||
|
abbr: NFO
|
||||||
|
href: https://nfo-maker.com/
|
||||||
|
description: NFO Maker - Create NFO files for media libraries
|
||||||
|
|
||||||
- Social:
|
- Social:
|
||||||
- Reddit:
|
- Reddit:
|
||||||
@@ -36,6 +73,22 @@
|
|||||||
- abbr: X
|
- abbr: X
|
||||||
icon: sh-x.svg
|
icon: sh-x.svg
|
||||||
href: https://x.com/
|
href: https://x.com/
|
||||||
|
- Facebook:
|
||||||
|
- abbr: FB
|
||||||
|
icon: sh-facebook.svg
|
||||||
|
href: https://www.facebook.com/
|
||||||
|
- Instagram:
|
||||||
|
- abbr: IG
|
||||||
|
icon: sh-instagram.svg
|
||||||
|
href: https://www.instagram.com/
|
||||||
|
- LinkedIn:
|
||||||
|
- abbr: LI
|
||||||
|
icon: sh-linkedin.svg
|
||||||
|
href: https://www.linkedin.com/
|
||||||
|
- Discord:
|
||||||
|
- abbr: DC
|
||||||
|
icon: sh-discord.svg
|
||||||
|
href: https://discord.com/
|
||||||
|
|
||||||
- Entertainment:
|
- Entertainment:
|
||||||
- YouTube:
|
- YouTube:
|
||||||
@@ -46,13 +99,42 @@
|
|||||||
- abbr: TW
|
- abbr: TW
|
||||||
icon: sh-twitch.svg
|
icon: sh-twitch.svg
|
||||||
href: https://www.twitch.tv/
|
href: https://www.twitch.tv/
|
||||||
|
- Netflix:
|
||||||
|
- abbr: NF
|
||||||
|
icon: sh-netflix.svg
|
||||||
|
href: https://www.netflix.com/
|
||||||
|
- TeliaPlay:
|
||||||
|
- abbr: TP
|
||||||
|
icon: /images/Telia.webp
|
||||||
|
href: https://www.teliaplay.no/
|
||||||
|
|
||||||
- Information:
|
- IMDB:
|
||||||
- YR:
|
- abbr: IMDB
|
||||||
- abbr: YR
|
icon: sh-imdb.svg
|
||||||
href: https://yr.no/
|
href: https://www.imdb.com/
|
||||||
|
- The TV Database:
|
||||||
|
- abbr: TVDB
|
||||||
|
icon: sh-tvdb.svg
|
||||||
|
href: https://www.thetvdb.com/
|
||||||
|
- The Movie Database:
|
||||||
|
- abbr: TMDB
|
||||||
|
icon: sh-tmdb.svg
|
||||||
|
href: https://www.themoviedb.org/
|
||||||
|
- Wikipedia:
|
||||||
|
- abbr: WP
|
||||||
|
icon: sh-wikipedia.svg
|
||||||
|
href: https://www.wikipedia.org/
|
||||||
|
|
||||||
|
- News:
|
||||||
|
- CNN:
|
||||||
|
- abbr: CNN
|
||||||
|
icon: /images/cnn.png
|
||||||
|
href: https://www.cnn.com/
|
||||||
- CNBC:
|
- CNBC:
|
||||||
- abbr: CNBC
|
- abbr: CNBC
|
||||||
icon: sh-cnbc.svg
|
icon: sh-cnbc.svg
|
||||||
href: https://www.cnbc.com/
|
href: https://www.cnbc.com/
|
||||||
|
- Google News:
|
||||||
|
- abbr: GN
|
||||||
|
icon: sh-google-news.svg
|
||||||
|
href: https://news.google.com/
|
||||||
|
|||||||
BIN
homepage/images/Telia.webp
Normal file
BIN
homepage/images/Telia.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
homepage/images/cnn.png
Normal file
BIN
homepage/images/cnn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
homepage/images/flaticon.png
Normal file
BIN
homepage/images/flaticon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
homepage/images/komoot.jpg
Normal file
BIN
homepage/images/komoot.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
1
homepage/images/logo-icons8-full.svg
Normal file
1
homepage/images/logo-icons8-full.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-9 -9 32 32" fill="#1fb141"><path d="M7 0H0v14h7V0z"></path><path d="M10.5 7a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm0 7a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"></path></svg>
|
||||||
|
After Width: | Height: | Size: 218 B |
BIN
homepage/images/nfo-maker.png
Normal file
BIN
homepage/images/nfo-maker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
12
start.sh
12
start.sh
@@ -1,8 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Copy this file to /usr/sbin/start to enable easy startup
|
# Copy this file to /usr/sbin/start to enable easy startup
|
||||||
# cp start.sh /usr/sbin/start
|
# sudo cp start.sh /usr/sbin/start
|
||||||
|
|
||||||
#docker stack deploy -c compose.yml ${PWD##*/}
|
#docker stack deploy -c compose.yml ${PWD##*/}
|
||||||
|
|
||||||
|
|
||||||
|
# Check if .env file exists in the current directory
|
||||||
|
if [ ! -f ".env" ]; then
|
||||||
|
touch .env
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f ".env" ]; then
|
||||||
env $(grep -v '^#' ${PWD}/.env | sed 's/#.*//' | xargs) docker stack deploy -c compose.yml ${PWD##*/}
|
env $(grep -v '^#' ${PWD}/.env | sed 's/#.*//' | xargs) docker stack deploy -c compose.yml ${PWD##*/}
|
||||||
|
else
|
||||||
|
docker stack deploy -c compose.yml ${PWD##*/}
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user