-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
94 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
custom: https://aceberg.github.io/MyDocs/sponsor | ||
custom: ['https://boosty.to/aceberg/donate', 'https://aceberg.github.io/MyDocs/sponsor'] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: "3" | ||
services: | ||
node-bootstrap: | ||
image: aceberg/node-bootstrap | ||
restart: unless-stopped | ||
ports: | ||
- 8850:8850 | ||
wyl: | ||
image: aceberg/watchyourlan | ||
network_mode: "host" | ||
restart: unless-stopped | ||
command: "-n http://127.0.0.1:8850" | ||
depends_on: | ||
- node-bootstrap | ||
volumes: | ||
- ~/.dockerdata/wyl:/data | ||
environment: | ||
TZ: Asia/Novosibirsk # required: needs your TZ for correct time | ||
IFACE: "enp4s0" # required: 1 or more interface | ||
DBPATH: "/data/db.sqlite" # optional, default: /data/db.sqlite | ||
GUIIP: "0.0.0.0" # optional, default: localhost | ||
GUIPORT: "8840" # optional, default: 8840 | ||
TIMEOUT: "120" # optional, time in seconds, default: 60 | ||
SHOUTRRR_URL: "" # optional, set url to notify | ||
THEME: "darkly" # optional | ||
IGNOREIP: "no" # optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.