Przejdź do treści

Docker

Debian 12 – Controller Unifi – Self Hosted

    Debian 12 – Kontroler Unifi – Samodzielny hosting Wymagania wstępneZanim rozpoczniesz proces instalacji, upewnij się, że masz następujące elementy: Maszyna z systemem Debian 12.Konto użytkownika z uprawnieniami sudo. Jeżeli nie masz takich uprawnień odwiedź poniższy link:https://mj-fk.pl/debian-ubuntu-dodaj-uzytkownika-do-sudoers/ Instalacja Przed zainstalowaniem nowego oprogramowania, dobrą praktyką jest aktualizacja pakietów systemowych do ich najnowszych wersji. Otwórz terminal i uruchom następujące polecenia: sudo apt update Najnowszą aplikację UniFi Network można pobrać, klikając: Wklej link w poniższej składni polecenia i uruchom go: wget https://mj-fk.pl/wp-content/uploads/unifi-8.5.6.zipsudo apt-get install unzipunzip unifi-8.5.6.zip Teraz uruchom pobrany skrypt o nazwie unifi-8.5.6.sh, uruchamiając następujące polecenie: sudo bash unifi-8.5.6.sh Podczas procesu instalacji musisz zezwolić… Dowiedz się więcej »Debian 12 – Controller Unifi – Self Hosted

    Kontroler OMADA w Docker

      https://hub.docker.com/r/mbentley/omada-controller https://www.tp-link.com/pl/support/faq/2609/

      How to Use Docker to Create a Linux Developer Environment on Synology NAS?

        You can use the official Synology Virtual Machine Manager app to create a virtual machine, install any Linux distribution, and work on your development projects on the virtual machine. You can do the same in a Docker container using the official Synology Docker app. Although developing on a virtual machine is much more flexible than developing on a container (as a virtual machine is like a full-fledged computer), a virtual machine requires a lot of memory and system resources than a Docker container. If your Synology NAS does not have enough memory or you don’t want to upgrade the memory… Dowiedz się więcej »How to Use Docker to Create a Linux Developer Environment on Synology NAS?

        Synology: HTTPS-SSL to Your Docker Containers Without Port at The End

          You all loved my series of articles on how to use an HTTPS/SSL certificate to secure your Docker containers and make them accessible from anywhere, like my article Synology: How to Allow BitWarden to Work Over an HTTPS Connection. And, to continue the series, today I have a new and exciting guide that many of you have been requesting for some time: how to remove the port number at the end of your DDNS synology.me address, for example, :5152. Today I will teach you how to add a custom Subdomain to your synology.me DDNS and use a different one for each of… Dowiedz się więcej »Synology: HTTPS-SSL to Your Docker Containers Without Port at The End