| Age | Commit message (Collapse) | Author |
|
This prevents scripts from being executed by default. Clients can
override this by either using the OpenVPN --script-security flag or
add a script-security setting themselves.
|
|
|
|
We rewrite URLs anyway so this is still fine but let's not make it so confusing
|
|
|
|
|
|
|
|
Also double check scheme such that no malicious schemes are passed
such as network drives
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Useful if symlinking is not an option due to having docker-compose and
podman-compose installed. You can change $PATH just for this repo but
that's messy.
|
|
Podman-compose (can be aliased to docker-compose now) does not have
the exact same options. We move the compose file to the root to
support podman. This is also better because users can just execute
docker-compose in the root.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's always secure internet, no need to pass it as an argument
|
|
|
|
|
|
|
|
|
|
|
|
This is possible now as we require Go 1.17
|
|
|
|
|
|
|
|
Fedora 36 has 1.18, which is our minimum target now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|