FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.
In the classic sense, FlyingFish is a nginx manager. But the way the nginx server is combined with other services is different! The FlyingFish is structured in part service, which automates many processes through an internal database or API communication.
Read the Documentation quick setup
With the milestone version 1.1.0 and now 1.2.0 the abstraction and division will now be revised. The implementation of plugins and new functions now requires a review of the existing code. This involves a lot of changes to code management and the package.
I utilize the docker manifest for multi-platform awareness. Simply getting "stefanwerfling/flyingfish:latest" should get the correct image for your arch. However, you can also get specific Arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
Other platforms cannot be created as an image, because the restriction comes from the node docker image, but also because "certbot with pip" only supports amd64 and arm64 installation.
But it's better you run the installation with the instructions in Docker-Compose. Because FlyingFish consists of multiple images & containers.
- stefanwerfling/flyingfish:latest
- stefanwerfling/flyingfish:v1.1.12
- stefanwerfling/flyingfish_ssh:latest
- stefanwerfling/flyingfish_ssh:v1.1.12
- stefanwerfling/flyingfish_himip:latest
- stefanwerfling/flyingfish_himip:v1.1.12
- stefanwerfling/flyingfish_ddns:latest
- stefanwerfling/flyingfish_ddns:v1.1.12
Special thanks to the following companys:
JetBrains |
Special thanks to the following contributors:
Choppel |
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.