No description
Find a file
Stefan Werfling a713c9a683 fix code
2025-09-12 14:54:05 +02:00
.github Update fossa.yml 2025-01-21 13:25:01 +01:00
backend fix code 2025-09-12 14:54:05 +02:00
core fix code 2025-09-12 14:54:05 +02:00
ddnsserver #89 use new debian bookworm image and slim 2025-03-03 10:49:24 +01:00
doc add screenshot 2023-06-05 14:24:35 +02:00
frontend fix code 2025-09-12 14:54:05 +02:00
himhip #89 use new debian bookworm image and slim 2025-03-03 10:49:24 +01:00
nginx update npm packets, fix dockerfile setup, add modern ratelimit header 2025-03-01 10:17:31 +01:00
onionhat/src update/add listen dialog 2022-06-07 00:45:05 +02:00
plugins #58 fix DNS-01 challenge 2025-03-02 23:48:21 +01:00
schemas fix code 2025-09-12 14:54:05 +02:00
setup add missing volume for redis 2025-09-12 14:53:21 +02:00
sshserver #89 use new debian bookworm image and slim 2025-03-03 10:49:24 +01:00
vpn update npm packets, fix dockerfile setup, add modern ratelimit header 2025-03-01 10:17:31 +01:00
.gitignore update gitignore 2025-03-01 10:18:00 +01:00
.gitmodules add bambooo as git submodule 2022-05-10 09:20:48 +02:00
.npmrc update app directory for fix debugging, update path in class, bugfix rate limit ( use skip) 2023-09-11 13:46:11 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2025-02-13 10:31:50 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2025-02-13 10:50:01 +01:00
crowdin.yml #52 update crowdin.yml 2025-02-24 23:47:23 +01:00
docker-compose.yml #56 set memory limits 2025-02-04 09:35:08 +01:00
Dockerfile #89 use new debian bookworm image and slim 2025-03-01 12:06:57 +01:00
flyingfish.spdx.json add spdx 2025-01-21 14:06:25 +01:00
LICENSE Initial commit 2022-03-08 13:26:35 +01:00
package.json update npm packets, fix dockerfile setup, add modern ratelimit header 2025-03-01 10:17:31 +01:00
README.md Update README.md 2025-05-26 10:40:15 +02:00
SECURITY.md Create SECURITY.md 2023-07-04 15:04:25 +02:00

Flyingfish


FlyingFish Discord Docker Pulls License: GPL v3.0 Issues Forks Stars Liberapay License: GPL v3.0


CII Best Practices FOSSA Status FOSSA Status Ask DeepWiki

FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.

Make your services available easily, quickly and securely.

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

Read the Documentation quick setup

Release

Current work

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.

Why does it take so long for a version to come out?

There are currently several reasons for this:

  • Replacing existing packages with new ones requires code conversion and a lot of testing.
  • When replacing the binaries (e.g. new nginx version) I have to test that it is compiled with the extensions and functionality tests. (For example, there was an error in nginx_njs that I had to report as an ISSUE and then reproduce in collaboration with the developer).
  • Changes to Docker and Containers, which again requires testing. (extensions and tests)
  • Code refactoring, replacing code, switching to a new structure. Ironing out weird spots.
  • I have started to write sub packages or other supports (because they are incomplete, no longer supported, errors have crept in)
    • Bambooo - My frontend framework (for AdminLTE), which always gets updates.
    • VTS - Data type validation library
    • ETS - Error formatter fully written in Typescript.
    • node-dns - Rewriting in Typescript, got no answer to my ISSUE
    • node-forge-types - Correction of the *.d classes for certificate analysis and generation
    • node-tuntap2 - TunTap API for VPN Service
    • node-rohc - Scheduled for VPN Service
      • rohc - Update (fix read write proc entry in kernel versions)
  • many more ....

In progress

Docker Hub

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.

FlyingFish on hub.docker.com

Docker images (latest)

  • 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

Screenshots

Login page Dashboard 
Listen list Listen edit
IP access blacklist Gatewaylist
Upnpnat list Upnpnat edit
Domain list Domain record edit
DynDns client list Route list
Route edit Certificate - letsencrypt

Supported by

Special thanks to the following companys:


JetBrains

Contributors

Special thanks to the following contributors:


Choppel

License

License: GPL v3.0

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

FOSSA Status