d7fda2a137
First steps towards hardlinking by default
2024-10-12 10:37:54 -03:00
2edd1c5539
Merge branch 'install-script-qol-update' into 'master'
...
Adding QoL updates to the install script to avoid confusion
See merge request rogs/yams!21
2024-10-02 18:14:27 +00:00
Mason Stooksbury
cea57c233a
Adding QoL updates to the install script to avoid confusion
2024-10-02 18:14:27 +00:00
b5bf199237
Merge branch 'fix-surfshark-check-vpn' into 'master'
...
Changed the IP checking service for "check-vpn"
See merge request rogs/yams!19
2024-09-24 13:06:53 +00:00
e748391592
Merge branch 'discord-readme-update' into 'master'
...
Updating broken Discord link in README and CONTRIBUTING to match the invite link on the YAMS website
See merge request rogs/yams!20
2024-09-23 11:48:31 +00:00
Mason Stooksbury
6bec00fb7e
Updating broken Discord link in README and CONTRIBUTING to match the invite link on the YAMS website
2024-09-23 11:48:31 +00:00
gloof11
3ff04b8448
Added multiple IP checker endpoints
...
The logic for getting the IP address is not within the
"find_available_ip_endpoint" function in order to allow for proper error
handling. If "send_error_message" were called in the function, the
script would exit with no indication as to why.
2024-06-21 20:13:32 +09:00
gloof11
3a7dbab35c
Changed the IP checking service for "check-vpn"
...
The original "check-vpn" used an endpoint that is no longer online.
FIX: Replace the endpoint with ipinfo.io, a currently active service
2024-06-21 00:27:22 +09:00
e2c83c9400
Pinning gluetun to v3
2024-03-27 17:16:30 -03:00
3040d7d054
Removed gluetun pin
2024-03-04 17:26:55 -03:00
583777305d
Merge branch 'fix-yams-help-command' into 'master'
...
fix yams script's help command in README
See merge request rogs/yams!17
2024-01-16 17:14:21 +00:00
Metin Bektas
0fcbd1c2b9
fix yams script's help command in README
2024-01-16 16:48:41 +01:00
dc5e5d28fb
Merge branch 'fix-yams-help-command' into 'master'
...
fix yams script's help command
See merge request rogs/yams!16
2024-01-16 15:44:16 +00:00
Metin Bektas
8870aa7eef
fix yams script's help command
2024-01-16 16:39:54 +01:00
bea1483c49
Merge branch 'migrate-docker-compose-version' into 'master'
...
Migrate docker compose version
See merge request rogs/yams!15
2024-01-13 00:43:15 +00:00
0c105eaaf8
Merge branch 'upgrade-docker-compose-v2' into 'migrate-docker-compose-version'
...
Upgrade to Docker Compose V2
See merge request rogs/yams!14
2024-01-13 00:39:28 +00:00
Metin Bektas
86bc84d403
upgrade to Docker Compose V2
2024-01-12 14:57:37 +01:00
2b8e457ed5
Fixed qbittorrent username/password issues. Fix #29
2023-11-22 19:33:51 -03:00
a75e3d1127
Merge branch 'bugfix/27/comment-plex-ports' into 'master'
...
Comment out plex ports on installation
Closes #27
See merge request rogs/yams!13
2023-11-12 13:45:45 +00:00
40e21a21bf
Changed identifiers for VPN search
2023-11-12 10:39:21 -03:00
30b6dd8464
Moved VPN enabled to outside of the VPN config
2023-11-12 10:29:49 -03:00
6553245b71
Fixed typo from "install_location" to "install_directory"
2023-11-12 10:24:41 -03:00
303cc38908
Removed dangling \
2023-11-12 10:14:57 -03:00
1e01d6bcee
Removed dangling \
2023-11-12 10:14:33 -03:00
cab2a2aab3
Added quotes around filename
2023-11-12 10:11:54 -03:00
9ca91ee039
Commenting ports out when using plex
2023-11-12 09:59:02 -03:00
f8c7aa7984
Fixed typo in the base docker-compose file. Fixes #25
2023-10-31 14:51:36 -03:00
2a0ba5737e
Fixed typo
2023-10-30 14:57:15 -03:00
c3a163d9a0
Fixed formatting
2023-10-30 14:52:47 -03:00
a4a056e237
Added CONTRIBUTING and CODE_OF_CONDUCT
2023-10-30 14:49:54 -03:00
e9bb057659
Added explicit lonks for Discord and Matrix
2023-10-29 17:24:48 -03:00
a6163ee89d
Wrapped link in a tag
2023-10-29 17:21:18 -03:00
1f4852c65d
Added URL at the side
2023-10-29 17:18:17 -03:00
fc40c1d849
Added link for Discord
2023-10-29 17:17:02 -03:00
2a60447bea
Testing org mode format for badges
2023-10-29 17:14:50 -03:00
a4a7ff97d9
Removed <a>
2023-10-29 17:10:14 -03:00
c713ee75b6
Replaced with raw HTML
2023-10-29 17:08:43 -03:00
2c7f3eb74a
Added Discord and Matrix badges
2023-10-29 17:01:52 -03:00
d5b53f3de7
Made the clone location more clear
2023-10-28 17:54:02 -03:00
6d01b1f141
Merge branch 'master' of gitlab.com:rogs/yams
2023-10-26 17:06:35 -03:00
e4f20e9ebe
Calling install with bash directly after installing docker
2023-10-26 17:06:09 -03:00
63bff4b94b
Checking if the install directory is writtable and readable
2023-10-25 23:15:40 -03:00
95b2386148
Merge branch 'master' of gitlab.com:rogs/yams
2023-10-25 23:08:48 -03:00
036f3fb1d1
Checking if the current user has enough permissions to install YAMS
2023-10-25 23:06:22 -03:00
7f6d9e86bf
Merge branch 'bugfix/23/fix-check-vpn-command' into 'master'
...
Changed messaging and check-vpn commands to use api.ipify.org
Closes #23
See merge request rogs/yams!12
2023-10-25 17:45:44 +00:00
e5b1cc98c3
Changed messaging and check-vpn commands to use api.ipify.org
2023-10-25 14:39:35 -03:00
69cdea343b
Replaced ./ with bash directly
2023-10-25 09:03:36 -03:00
b786b6a638
Fixed typo
2023-10-22 11:20:41 -03:00
72d8d600c6
Crossed off yams update
todo item
2023-10-22 11:20:11 -03:00
1b714e5222
Added yams update to README
2023-10-21 22:42:58 -03:00