An open API service indexing awesome lists of open source software.

https://github.com/stefanwerfling/flyingfish

FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.
https://github.com/stefanwerfling/flyingfish

dns dns-server docker domain dyndns express https letsencrypt nginx nginx-configuration nginx-proxy nodejs reserv reverse-proxy router ssh-server stream upnp-portmapper

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Flyingfish




[![FlyingFish](https://img.shields.io/badge/FlyingFish-v1.1.12-blue?style=for-the-badge)](https://github.com/stefanwerfling/flyingfish)
[![Discord](https://img.shields.io/discord/1347133593578766369?style=for-the-badge&label=Discord&color=5865F2&link=https%3A%2F%2Fdiscord.gg%2F52PQ2mbWQD)](https://discord.gg/52PQ2mbWQD)
![Docker Pulls](https://img.shields.io/docker/pulls/stefanwerfling/flyingfish?style=for-the-badge)
[![License: GPL v3.0](https://img.shields.io/badge/License-GPL%20v3-blue?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)
![Issues](https://img.shields.io/github/issues/stefanwerfling/flyingfish?style=for-the-badge)
![Forks](https://img.shields.io/github/forks/stefanwerfling/flyingfish?style=for-the-badge)
![Stars](https://img.shields.io/github/stars/stefanwerfling/flyingfish?style=for-the-badge)
[![Liberapay](https://img.shields.io/liberapay/patrons/StefanWerf.svg?logo=liberapay&style=for-the-badge)](https://liberapay.com/StefanWerf/donate)
[![License: GPL v3.0](https://img.shields.io/badge/License-GPL%20v3-blue?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)


[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6347/badge)](https://bestpractices.coreinfrastructure.org/projects/6347)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B50964%2Fgithub.com%2Fstefanwerfling%2Fflyingfish.svg?type=shield&issueType=security)](https://app.fossa.com/projects/custom%2B50964%2Fgithub.com%2Fstefanwerfling%2Fflyingfish?ref=badge_shield&issueType=security)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B50964%2Fgithub.com%2Fstefanwerfling%2Fflyingfish.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B50964%2Fgithub.com%2Fstefanwerfling%2Fflyingfish?ref=badge_shield&issueType=license)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/stefanwerfling/flyingfish)

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](https://flying-fish.gitbook.io/)

## Quick setup
[Read the Documentation quick setup](https://flying-fish.gitbook.io/flyingfish/index/installation#quick-setup)

## Release

- [Version 1.1.0](https://github.com/stefanwerfling/flyingfish/milestone/1)

## Current work
With the milestone version [1.1.0](https://github.com/stefanwerfling/flyingfish/milestone/1) and now [1.2.0](https://github.com/stefanwerfling/flyingfish/milestone/2) 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](https://github.com/stefanwerfling/bambooo) - My frontend framework (for AdminLTE), which always gets updates.
- [VTS](https://github.com/stefanwerfling/vts/) - Data type validation library
- [ETS](https://github.com/stefanwerfling/ets) - Error formatter fully written in Typescript.
- [node-dns](https://github.com/stefanwerfling/node-dns/tree/ts) - Rewriting in Typescript, got no answer to my ISSUE
- [node-forge-types](https://github.com/stefanwerfling/node-forge-types) - Correction of the *.d classes for certificate analysis and generation
- [node-tuntap2](https://github.com/stefanwerfling/node-tuntap2) - TunTap API for VPN Service
- [node-rohc](https://github.com/stefanwerfling/node-rohc) - Scheduled for VPN Service
- [rohc](https://github.com/stefanwerfling/rohc) - Update (fix read write proc entry in kernel versions)
- many more ....

## In progress

- [Version 1.2.0](https://github.com/stefanwerfling/flyingfish/milestone/2)
- [Version 1.3.0](https://github.com/stefanwerfling/flyingfish/milestone/3)
- [Version 1.4.0](https://github.com/stefanwerfling/flyingfish/milestone/4)

## 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-\ |
| arm64 | ✅ | arm64v8-\ |

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](https://hub.docker.com/r/stefanwerfling/flyingfish)

### 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](https://img.shields.io/badge/License-GPL%20v3-blue?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)

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

[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B50964%2Fgithub.com%2Fstefanwerfling%2Fflyingfish.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B50964%2Fgithub.com%2Fstefanwerfling%2Fflyingfish?ref=badge_large&issueType=license)