Ecosyste.ms: Awesome
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: 3 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.
- Host: GitHub
- URL: https://github.com/stefanwerfling/flyingfish
- Owner: stefanwerfling
- License: gpl-3.0
- Created: 2022-03-08T12:26:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T09:44:27.000Z (7 months ago)
- Last Synced: 2024-04-12T23:45:50.131Z (7 months ago)
- Topics: dns, dns-server, docker, domain, dyndns, express, https, letsencrypt, nginx, nginx-configuration, nginx-proxy, nodejs, reserv, reverse-proxy, router, ssh-server, stream, upnp-portmapper
- Language: TypeScript
- Homepage: https://flying-fish.gitbook.io/
- Size: 13.6 MB
- Stars: 43
- Watchers: 5
- Forks: 5
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![FlyingFish](https://img.shields.io/badge/FlyingFish-v1.1.12-blue?style=for-the-badge)](https://github.com/stefanwerfling/flyingfish)
![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)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6347/badge)](https://bestpractices.coreinfrastructure.org/projects/6347)
# 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.## 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
# Supported by
Special thanks to the following companys:# Contributors
Special thanks to the following contributors:
# 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.