mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[PR #78] [CLOSED] add openvpn support with docker #387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asapach/peerflix-server/pull/78
Author: @stfl
Created: 6/15/2016
Status: ❌ Closed
Base:
master← Head:pullrequest📝 Commits (4)
1d8c021add openvpn to Docker image4767328add note about openvpn to README4bdd393add systemd unit filea44bd51add original dockerhub id📊 Changes
5 files changed (+60 additions, -11 deletions)
View changed files
📝
Docker.md(+21 -1)📝
Dockerfile(+7 -10)📝
README.md(+1 -0)➕
init.sh(+15 -0)➕
peerflix-server.service(+16 -0)📄 Description
I added openvpn to the docker container that starts a given openvpn config file
vpn.ovpnplaced in~/.config/peerflix-server.I also added a systemd unit file to enable the server at boot.
(I only tested this on my local machine so far. I will try it remote as soon as I have my vps up and running)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.