You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My github repo looks correct, i followed the instructions in CONTRIBUTING.md and I used this env variable after i forked the repo: GITHUB_CONFIG_SOURCE_REPO
Basically, I am having trouble using a US config for Torguard and I was trying to update it based on TorGuard OVPN Config creator. Here is a sample of the log which keeps repeating. It seems like it is unable to get my configs from my repository. I am running this in portainer on a raspberry pi. If I don't specify the env variable, it starts fine, but it points to a server in France (which is slow).
Starting container with revision: 81277fb6f8ae6aeb57f913172d4d45c7af8c0b31 TRANSMISSION_HOME is currently set to: /config/transmission-home WARNING: Deprecated. Found old default transmission-home folder at /data/transmission-home, setting this as TRANSMISSION_HOME. This might break in future versions. We will fallback to this directory as long as the folder exists. Please consider moving it to /config/transmission-home Creating TUN device /dev/net/tun Using OpenVPN provider: TORGUARD Running with VPN_CONFIG_SOURCE auto No bundled config script found for TORGUARD. Defaulting to external config Will get configs from https://github.com/AhnFire/vpn-configs-contrib.git Cloning https://github.com/AhnFire/vpn-configs-contrib.git into /config/vpn-configs-contrib ./etc/openvpn/fetch-external-configs.sh: line 67: +: command not found
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I get a script error in this script:
Will get configs from https://github.com/AhnFire/vpn-configs-contrib.git
Cloning https://github.com/AhnFire/vpn-configs-contrib.git into /config/vpn-configs-contrib
./etc/openvpn/fetch-external-configs.sh: line 67: +: command not found
My github repo looks correct, i followed the instructions in CONTRIBUTING.md and I used this env variable after i forked the repo: GITHUB_CONFIG_SOURCE_REPO
Basically, I am having trouble using a US config for Torguard and I was trying to update it based on TorGuard OVPN Config creator. Here is a sample of the log which keeps repeating. It seems like it is unable to get my configs from my repository. I am running this in portainer on a raspberry pi. If I don't specify the env variable, it starts fine, but it points to a server in France (which is slow).
Starting container with revision: 81277fb6f8ae6aeb57f913172d4d45c7af8c0b31 TRANSMISSION_HOME is currently set to: /config/transmission-home WARNING: Deprecated. Found old default transmission-home folder at /data/transmission-home, setting this as TRANSMISSION_HOME. This might break in future versions. We will fallback to this directory as long as the folder exists. Please consider moving it to /config/transmission-home Creating TUN device /dev/net/tun Using OpenVPN provider: TORGUARD Running with VPN_CONFIG_SOURCE auto No bundled config script found for TORGUARD. Defaulting to external config Will get configs from https://github.com/AhnFire/vpn-configs-contrib.git Cloning https://github.com/AhnFire/vpn-configs-contrib.git into /config/vpn-configs-contrib ./etc/openvpn/fetch-external-configs.sh: line 67: +: command not found
Beta Was this translation helpful? Give feedback.
All reactions