265 Commits

Author SHA1 Message Date
d5b6cf585c
Add hugo cache directory
- Specifies a cache directory for hugo builds.
- Improves build performance by caching hugo assets.
- Sets the cache directory to $PWD/hugo-cache.
2025-05-14 21:26:43 -03:00
0812dbeef1
Add links to Gitea and GitHub repositories.
- Adds links to the Gitea and GitHub repositories in the sub-footer.
- Includes corresponding image assets.
- Updates Buy Me a Coffee link text for clarity.
2025-05-14 20:31:52 -03:00
a55f74bdd2
Remove GitLab CI configuration
- Removes the .gitlab-ci.yml file.
- This file was used for automated builds and deployments.
- The project no longer requires these automated processes.
2025-05-14 20:31:47 -03:00
1672e76eca
Add documentation for switching to WireGuard
- Adds a new `wireguard.md` file detailing the process of switching from OpenVPN to WireGuard.
- Includes instructions for ProtonVPN users and guidance for other providers.
- Updates existing documentation in `vpn.md` and `port-forwarding.md` to reference the new guide.
- Adds a new section to `vpn.md` explaining the benefits of WireGuard.
- Clarifies the process of updating the `.env` file and `docker-compose.yaml`.
- Provides troubleshooting steps for common WireGuard issues.
2025-04-05 19:25:10 -03:00
Loriage
dc6c8ce332 Plex new restrictions note 2025-04-02 20:07:51 +02:00
Loriage
e54c665574 Fixing md link syntax 2025-04-02 19:49:59 +02:00
Loriage
085909b1d2 Add warning about recent Plex limitations 2025-04-02 19:48:18 +02:00
4a1979bad5
Add acknowledgement to Airwreck
- Acknowledge Airwreck's contribution to the guide.
- Added a line to the content/advanced/env-file.md file.
2025-03-30 15:14:15 -03:00
38dcee41c2
Removes unnecessary space in the CI script. 2025-03-30 10:13:43 -03:00
ea0932b895
Merge branch 'master' of gitlab.com:rogs/yams.media into add-env-documentation 2025-03-30 10:13:22 -03:00
ec868c768e Merge branch 'add-test-ci' into 'master'
Add test stage to CI

See merge request rogs/yams.media!21
2025-03-30 10:00:32 -03:00
ef2075668a
Update Hugo CI image version.
- Use a more specific CI image version.
- Pin the image to include CI tooling.
2025-03-30 09:55:55 -03:00
658581e147
Add test stage to CI
- Adds a test stage using a Hugo image.
- Runs `hugo version` and `hugo --minify` in the test stage.
- Restricts test execution to merge requests and master branches.
2025-03-30 09:53:34 -03:00
e1f022c42f
Add Aider to .gitignore
- Ignore Aider files and directories.
2025-03-30 09:42:24 -03:00
c218948b5f
Merge branch 'master' of gitlab.com:rogs/yams.media into add-env-documentation 2025-03-30 09:41:44 -03:00
61389a9ca8 Merge branch 'add-proxmox-lxc-docs' into 'master'
Add Proxmox LXC docs

See merge request rogs/yams.media!19
2025-03-30 09:35:13 -03:00
db958da6e8
Add summary to env-file.md
- Adds a summary to the top of the env-file.md document.
- This provides a brief overview of the file's purpose.
- The summary explains the role of the .env file in YAMS configuration.
2025-03-29 17:25:33 -03:00
2249d5613b
Adjust documentation weights
- Updated the weight values for several documentation pages.
- Ensured consistent ordering and prioritization of advanced guides.
- Improved overall documentation structure.
2025-03-29 17:19:20 -03:00
fea482b762
Added documentation for environment variables
- Clarifies the purpose and usage of the `.env` file.
- Adds a new page dedicated to explaining the `.env` file.
- Improves the explanation of how environment variables are used in custom containers.
- Adds details about default environment variables and their purpose.
- Includes a section on VPN configuration and `.env` usage.
2025-03-29 17:18:51 -03:00
cb560afc06
Add example configuration image
- Adds an image illustrating the final configuration.
- The image clarifies the expected configuration file content.
- Improves the clarity of the Proxmox LXC prerequisites guide.
2025-03-29 16:40:35 -03:00
fd3c2fc8cd
Adjust documentation weights
- Updates the weight values for several documentation pages.
- Ensures content is ordered logically within the advanced section.
- Maintains consistent weight numbering.
2025-03-29 16:29:48 -03:00
da86d2fdf5
Add Proxmox LXC prerequisites guide
- Adds a new guide detailing the steps required to install YAMS in a Proxmox LXC container.
- Updates the installation guide to reference the new Proxmox LXC prerequisites guide.
- Includes a note about using unprivileged LXC containers for security.
- Adjusts the date in the new guide to reflect the creation date.
- Places the new guide early in the Advanced section.
2025-03-29 16:29:20 -03:00
edc4449154
Add important note about Plex web interface path
Fixes #11

Add a note to the Plex setup guide explaining that the web interface requires the "/web" path after the port number to access the web interface. This note is important to ensure users can access the web interface correctly.
2025-03-19 15:27:21 -03:00
96fd4b7c23
Added Git dependency to the installation steps
Fixes #12

- Updated the installation steps to reflect the latest requirements and recommendations.
2025-03-19 15:20:27 -03:00
0af2ad729a
Add a note about YAML formatting errors
Fixes #13

- Added a note about YAML formatting errors in the "Common Gotchas" section of the custom containers documentation.
- Updated the existing "Container Names" and "Port Conflicts" notes with new information.
- Added a new note about permissions for containers accessing media files.
2025-03-19 15:12:41 -03:00
bf45e00d95
Add comments to custom container configuration file
Fixes #14

- Added a comment to ensure there are no spaces around the `services:` line.
2025-03-19 15:08:04 -03:00
a75613f560
Add BuyMeACoffee donation link to sub-footer
- Added a link to the BuyMeACoffee donation page in the sub-footer section of the website.
2025-03-18 14:54:37 -03:00
16d3753f15
Add French site link to main menu in config.toml 2025-02-14 11:15:11 -03:00
a7f53b2846 Merge branch 'fix-path' into 'master'
Change tv path to /data/tvshows

See merge request rogs/yams.media!16
2025-01-31 13:18:15 +00:00
Loriage
5ac85adf41 Change tv path to /data/tvshows 2025-01-31 13:21:01 +01:00
c083f2dae9 Merge branch 'change-ubuntu-version' into 'master'
Update Ubuntu supported version to 24.04

See merge request rogs/yams.media!15
2025-01-30 13:22:52 +00:00
Loriage
a1e7348278 Update Ubuntu supported version to 24.04 2025-01-30 13:31:07 +01:00
101cc64943 Merge branch 'fix-path' into 'master'
Small path change to be consistent with similar steps previously seen in the guide

See merge request rogs/yams.media!14
2025-01-30 11:49:28 +00:00
Loriage
9fde95beee Small path change to be consistent with similar steps previously seen in the guide 2025-01-30 11:47:16 +01:00
46a764d370 Merge branch 'fix-media-path-jellyfin' into 'master'
Small path change to be consistent with similar steps previously seen in the guide

See merge request rogs/yams.media!13
2025-01-29 17:14:29 +00:00
Loriage
cfb9427121 Small path change to be consistent with similar steps previously seen in the guide 2025-01-29 16:41:04 +01:00
Loriage
94edc23d80 Small path change to be consistent with similar steps previously seen in the guide 2025-01-29 16:00:59 +01:00
d1337a489a Merge branch 'add-sabnzbd-to-prowlarr' into 'master'
Add a mention of SABnzbd in the introduction

See merge request rogs/yams.media!12
2025-01-29 13:16:11 +00:00
Loriage
54a1f0d268 Add a mention of SABnzbd in the introduction 2025-01-29 14:11:26 +01:00
1690a4aee9 Merge branch 'add-ratio-disclaimer' into 'master'
Added warning about being a dick with ratio

See merge request rogs/yams.media!11
2025-01-22 14:30:39 +00:00
Loriage
c76115824d Added warning about being a dick with ratio 2025-01-22 15:25:51 +01:00
1ff130d4d9
Update OS version requirements to Debian 12 and Ubuntu 24.04 2025-01-15 08:33:49 -03:00
6077b952b2 Merge branch 'fix-port-forwarding' into 'master'
Added ProtonVPN warning

See merge request rogs/yams.media!10
2025-01-14 11:45:46 +00:00
2ff8045daa
Merge branch 'master' of gitlab.com:rogs/yams.media into fix-port-forwarding 2025-01-14 08:44:54 -03:00
4dd57ec175
Update ProtonVPN setup instructions to warn about account usage 2025-01-11 20:01:46 -03:00
72a549156b Merge branch 'fix-port-forwarding' into 'master'
Add documentation for ProtonVPN setup and port forwarding configuration

See merge request rogs/yams.media!9
2025-01-11 22:13:50 +00:00
161d5c89af
Add documentation for ProtonVPN setup and port forwarding configuration 2025-01-11 19:07:26 -03:00
44a1a74412
Update install guide with Debian 11 setup link 2025-01-09 08:35:15 -03:00
640fcfbef9
Update ProtonVPN username format in common-errors.md 2025-01-08 11:17:21 -03:00
fd94173739
Update qBittorrent Docker logs command 2025-01-03 12:52:04 -03:00