diff options
-rw-r--r-- | config.toml | 12 | ||||
-rw-r--r-- | content/donate/_index.md | 47 | ||||
-rw-r--r-- | content/donate/thanks.md | 23 | ||||
-rw-r--r-- | content/faqs/_index.md | 10 | ||||
-rw-r--r-- | static/pics/btc.png | bin | 0 -> 1462 bytes | |||
-rw-r--r-- | static/pics/xmr.png | bin | 0 -> 7547 bytes |
6 files changed, 91 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 4e6e42d..cdc4f01 100644 --- a/config.toml +++ b/config.toml @@ -32,13 +32,23 @@ summaryLength = 30 url = "/config/" weight = 3 +[[menu.main]] + name = "FAQs" + url = "/faqs/" + weight = 4 + +[[menu.main]] + name = "Donate" + url = "/donate/" + weight = 5 + [params] homepage_button_link = '/install' homepage_button_text = 'Install YAMS' homepage_intro = 'YAMS is a basic but powerful media server, easy to install in a bash script' homepage_image = '/install-yams.gif' - mainSections = ['install', 'config'] + mainSections = ['install', 'config', 'faqs', 'donate'] ## You can enable to add anchor links to header elements enable_anchor_link = true diff --git a/content/donate/_index.md b/content/donate/_index.md new file mode 100644 index 0000000..b251acf --- /dev/null +++ b/content/donate/_index.md @@ -0,0 +1,47 @@ +--- +title: "Donate" +date: 2023-01-11T09:13:34-03:00 +draft: false +weight: 100 +--- + +## External donations (preferred) +If you **really** wish to donate, first I would like to say thank you from the bottom of my heart! ❤️ + +Second, I would prefer you donate to any of the projects used in this script. They are the ones doing the real work, I just created a `docker-compose` file, a couple of bash scripts and a documentation. + +- [linuxserver.io donations page](https://www.linuxserver.io/donate) +- [Sonarr donations page](https://sonarr.tv/donate) +- [Radarr donations page](https://radarr.video/donate) +- [Emby premier page (Recommended! I personally use this service)](https://emby.media/premiere.html) +- [qBittorrent donations page](https://www.qbittorrent.org/donate) +- [Bazarr donations page](https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url) +- Jackett does not have a donation page 🤔 + +Just let them know YAMS sent you there 😎 + +## Donations to YAMS +If you **really REALLY** want to donate to YAMS, you can donate here, but **only after you donate to one of the other projects!** + +I'm not doing this for the money, and thank God I don't need donations to keep this project up and running. This is just a fun project I did for me and my friends 😀 + +- BTC: [`bc1qn092rw6q5nwha093qau6xryk6u3g9uwvy4tgdu`](/pics/btc.png) +- XMR: [`8B2QC3RPEqEhbUKKL96CGzZBqoDq8kjzd5uUVCTHvyG8fACh5up3Svz4iNKiGEoZTqUXt4cJHqC4EeaTmrbVVHXfRrrRcBq`](/pics/xmr.png) + +# Special thanks +- [linuxserver.io](https://info.linuxserver.io/) for their amazing docker images. +- [Sonarr](https://sonarr.tv/). +- [Radarr](https://radarr.video/). +- [Emby](https://emby.media/). +- [qBittorrent](https://www.qbittorrent.org/). +- [Bazarr](https://www.bazarr.media/). +- [Jackett](https://github.com/Jackett/Jackett). +- My friends: + + [xploshioOn](https://github.com/xploshioOn). + + [norlis](https://github.com/norlis). + + [isaac152](https://github.com/isaac152). + +## And finally: +You 🫵, for being such an amazing human being, checking out my project and (hopefully!) using it on your media server. + +# Thank you! 🙇 diff --git a/content/donate/thanks.md b/content/donate/thanks.md new file mode 100644 index 0000000..a20437d --- /dev/null +++ b/content/donate/thanks.md @@ -0,0 +1,23 @@ +--- +title: "Special thanks" +date: 2023-01-11T09:24:26-03:00 +draft: true +weight: 100 +--- + +- [linuxserver.io](https://info.linuxserver.io/) for their amazing docker images. +- [Sonarr](https://sonarr.tv/). +- [Radarr](https://radarr.video/). +- [Emby](https://emby.media/). +- [qBittorrent](https://www.qbittorrent.org/). +- [Bazarr](https://www.bazarr.media/). +- [Jackett](https://github.com/Jackett/Jackett). +- My friends: + + [xploshioOn](https://github.com/xploshioOn). + + [norlis](https://github.com/norlis). + + [isaac152](https://github.com/isaac152). + +## And finally: +You 🫵, for being such an amazing human being, checking out my project and (hopefully!) using it on your media server. + +# Thank you! 🙇 diff --git a/content/faqs/_index.md b/content/faqs/_index.md new file mode 100644 index 0000000..a91c7e2 --- /dev/null +++ b/content/faqs/_index.md @@ -0,0 +1,10 @@ +--- +title: "FAQs" +date: 2023-01-11T09:11:29-03:00 +draft: false +weight: 100 +--- + +Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum +de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae +crimen habet Priamum nec. diff --git a/static/pics/btc.png b/static/pics/btc.png Binary files differnew file mode 100644 index 0000000..aad538a --- /dev/null +++ b/static/pics/btc.png diff --git a/static/pics/xmr.png b/static/pics/xmr.png Binary files differnew file mode 100644 index 0000000..3289a6d --- /dev/null +++ b/static/pics/xmr.png |