diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..02aa605 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: tborychowski # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: tborychowski # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ['paypal.me/tborychowski', 'buymeacoff.ee/tborychowski'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index 19d4c5e..66d6276 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ So, without further ado, here's the current list: - [Notifiers by service](apps/notifications/notifiers-by-service.md) - comparison table - [Pushover](apps/notifications/pushover.md) - [Synology-sms-relay](apps/notifications/synology-sms-relay.md) +- [Synology-notifications](https://github.com/ryancurrah/synology-notifications) 🔗 - similar to the above - works with Slack (and potentially Discord) ### Other diff --git a/apps/media/komga.md b/apps/media/komga.md index 0b14575..25b02d2 100644 --- a/apps/media/komga.md +++ b/apps/media/komga.md @@ -16,18 +16,18 @@ Probably the best self-hosted comic books reader. version: '3.3' services: komga: - image: gotson/komga - container_name: komga - restart: unless-stopped - user: "1000:1000" - environment: - - KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS=#recycle,@eaDir - ports: - - 3020:8080 - volumes: - - ./data:/config - - ./books:/books - - /etc/timezone:/etc/timezone:ro + image: gotson/komga + container_name: komga + restart: unless-stopped + user: "1000:1000" + environment: + - KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS=#recycle,@eaDir + ports: + - 3020:8080 + volumes: + - ./data:/config + - ./books:/books + - /etc/timezone:/etc/timezone:ro ```