[PR #78] [CLOSED] add openvpn support with docker #387

Closed
opened 2026-03-15 03:30:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asapach/peerflix-server/pull/78
Author: @stfl
Created: 6/15/2016
Status: Closed

Base: masterHead: pullrequest


📝 Commits (4)

  • 1d8c021 add openvpn to Docker image
  • 4767328 add note about openvpn to README
  • 4bdd393 add systemd unit file
  • a44bd51 add 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.ovpn placed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/asapach/peerflix-server/pull/78 **Author:** [@stfl](https://github.com/stfl) **Created:** 6/15/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pullrequest` --- ### 📝 Commits (4) - [`1d8c021`](https://github.com/asapach/peerflix-server/commit/1d8c02102549626064949a04c03c3274d19c4367) add openvpn to Docker image - [`4767328`](https://github.com/asapach/peerflix-server/commit/4767328224eca8850d447ea71e23bff863d0e31d) add note about openvpn to README - [`4bdd393`](https://github.com/asapach/peerflix-server/commit/4bdd39351481e61530a857eab9f92789ac2bcefd) add systemd unit file - [`a44bd51`](https://github.com/asapach/peerflix-server/commit/a44bd5157228ce9a97e2245a429aab763400bd82) add original dockerhub id ### 📊 Changes **5 files changed** (+60 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Docker.md` (+21 -1) 📝 `Dockerfile` (+7 -10) 📝 `README.md` (+1 -0) ➕ `init.sh` (+15 -0) ➕ `peerflix-server.service` (+16 -0) </details> ### 📄 Description I added openvpn to the docker container that starts a given openvpn config file `vpn.ovpn` placed 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 03:30:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#387
No description provided.