home.social

#nginxproxymanager — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nginxproxymanager, aggregated by home.social.

  1. Hi everyone,
    I want to show my small script (SwarmPilot) that I made for initializing a docker swarm cluster (up to 9 nodes) with the following features:
    - keepalived: One IP address for the entire cluster
    - syncthing: For volume replication between the nodes
    - portainer: Web UI Management
    - nginx proxy manager: Reverse Proxy

    github.com/SuitDeer/SwarmPilot

    #keepalived #docker #dockerswarm #syncthing #portainer #nginxproxymanager #opensource #ubuntu

  2. Как установить и настроить N8N на своем сервере VPS (в связке с Portainer и Nginx Proxy Manager)

    В этой инструкции расскажу как поднять на своем VPS opensource-платформу для автоматизации рабочих процессов N8N и необходимые для ее функционирования сопутствующие сервисы. Я первый раз настраивал n8n по инструкции с официального сайта, но мне не понравилось, что в конфигурации по дефолту используется traefik - по мне так он избыточен для большинства установок N8N и в качестве обратного прокси лучше подходит Nginx Proxy Manager.

    habr.com/ru/articles/974534/

    #n8n #n8n_установка #n8n_как_установить_на_сервер #n8n_docker #nginxproxymanager #docker #dockercompose #portainer #ubuntu #ubuntuserver

  3. Interesting! After updating to 15.7.2 the app wouldn't connect to my server anymore. Tried . and other third party apps worked just fine. Was reluctant to update iOS and iPadOS as I feared those would break as well. But they kept working.

    Just to test I installed NextCloud on another server that uses instead of and lo and behold: macOS Calendar connects just fine!

    But I need NPM to work...

  4. Выбор VPS, установка и настройка Portainer и n8n

    Для своих проектов я искал российский VPS-провайдер с серверами в Нидерландах, чтобы обеспечить низкую задержку для европейской аудитории и соответствие GDPR. После анализа я выбрал пять провайдеров, предлагающих серверы в Нидерландах: Selectel, Timeweb, FirstVDS, RuVDS и 62yun.ru . Ниже сравню их по ценам и характеристикам для серверов в Нидерландах и объясню, почему выбрал 62yun.ru .

    habr.com/ru/articles/934150/

    #n8n #n8n_как_установить_на_сервер #n8n_docker #vpsхостинг #portainer #nginxproxymanager #docker #automation

  5. #ayuda fediverso #SmallStepCA #NginxProxyManager

    como se hace, sin morir en el intento, de que los ceritificados o bien:
    - duren mas de un puto dia
    - hacer el auto renew por #acme

    estoy intentando seguir
    smallstep.com/practical-zero-t
    smallstep.com/docs/tutorials/a

    pero me viene un poco grande por ahora

    nginxproxymanager con letsencrypt = chupado. pero estoy con dominios locales y claro, si letsencrypt no ve el dominio, tururu

    y no, no quiero hacer la chapuza de exponer el servicio a internet cuando toque renovar

    quiero un CA propio (lo tengo) smallstepCA, y quiero que mi reverse proxy me auto renueve, o que los certificados me duren mas de un misero dia.

    me sale esto "The request was forbidden by the certificate authority: requested duration of 8760h1m0s is more than the authorized maximum certificate duration of 24h1m0s." por mucho que en mi ca.json ponga ""maxCertDuration": "8760h","

    y no se como exponer mi CA para que acme funcione

    esta direccion: https://ca.lab.local/.well-known/acme-directory

    no me va, me sale siempre en el CA
    http: TLS handshake error from 192.168.1.128:58926: local error: tls: bad record MAC

    en nginxproxymanager en advanced configuration puse:

    location /.well-known/acme/ {
    proxy_pass https://192.168.1.155/acme/acme/;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    }

    y en mi dns (technitum) puse de forma que ca.lab.local vaya a mi reverse proxy claro esta

    pero no importa que lo ponga en puerto 80 (con el insecure port en ca.json
    "insecureAddress": ":80"
    con o sin certificado
    con o sin ssl forzado
    con o sin block exploits...

    CREO haber probado todas las putas combinaciones posibles, me sale el puto mensaje TLS handshake error from 192.168.1.128:58926: local error: tls: bad record MAC

    se agradece #boost

    @sam @matiargs @z3r0

  6. Also falls euch heute ein paar Ausfälle aufgefallen sind, ich habe mal von #NginxProxyManager zu #CloudPanel gewechselt. Die Oberfläche ist angenehmer zu bedienen und es bietet mehr Freiheiten.

    Bin gespannt ob ich was vergessen habe mit umzuziehen/einzutragen.

  7. Mon explortation avec #Headscale et #Tailscale est documenté sur mon blog. J'y discute des différences entre un serveur #VPN et Tailscale, Headscale, la configuration de Docker Compose, l'interface #Headplane, le contrôle d'accès via #ACL, l'intégration avec #NginxProxyManager, les nœuds de sortie, les routes et l'installation sur macOS, iOS, Linux, Debian, Proxmox LXC, #Synology NAS et #HomeAssistant.

    #selfhosted #selfhosting
    lucasjanin.com/2025/01/03/head

  8. My journey with #Headscale and #Tailscale is documented on my blog. I discuss the differences between a #VPN server and Tailscale, Headscale, Docker Compose configuration, #Headplane interface, access control through #ACL, integration with #NginxProxyManager, exit nodes, routes, and installation on macOS, iOS, Linux, Debian, Proxmox LXC, #Synology NAS, and #HomeAssistant.

    Note that I will not cover OIDC authentication at this time.

    #selfhosted #selfhosting #homelab

    lucasjanin.com/2025/01/03/head

  9. Weaving together my existing services to publish a university course schedule (tos.kultwiki.net/) from a git repository (learn.kultwiki.net/thomas/TOSV). start and the result is rsynced to , which serves it as static pages. Took a while to figure out how to run actions across docker containers but it is always rewarding to streamline workflows while retaining complete control.

  10. Weaving together my existing #selfhosted services to publish a university course schedule (tos.kultwiki.net/) from a #forgejo git repository (learn.kultwiki.net/thomas/TOSV). #ForgejoActions start #mkdocs and the result is rsynced to #NginxProxyManager, which serves it as static pages. Took a while to figure out how to run actions across docker containers but it is always rewarding to streamline workflows while retaining complete control.

    #plaintext #infrastructuring #selfhosting

  11. Weaving together my existing #selfhosted services to publish a university course schedule (tos.kultwiki.net/) from a #forgejo git repository (learn.kultwiki.net/thomas/TOSV). #ForgejoActions start #mkdocs and the result is rsynced to #NginxProxyManager, which serves it as static pages. Took a while to figure out how to run actions across docker containers but it is always rewarding to streamline workflows while retaining complete control.

    #plaintext #infrastructuring #selfhosting

  12. Weaving together my existing #selfhosted services to publish a university course schedule (tos.kultwiki.net/) from a #forgejo git repository (learn.kultwiki.net/thomas/TOSV). #ForgejoActions start #mkdocs and the result is rsynced to #NginxProxyManager, which serves it as static pages. Took a while to figure out how to run actions across docker containers but it is always rewarding to streamline workflows while retaining complete control.

    #plaintext #infrastructuring #selfhosting

  13. Weaving together my existing #selfhosted services to publish a university course schedule (tos.kultwiki.net/) from a #forgejo git repository (learn.kultwiki.net/thomas/TOSV). #ForgejoActions start #mkdocs and the result is rsynced to #NginxProxyManager, which serves it as static pages. Took a while to figure out how to run actions across docker containers but it is always rewarding to streamline workflows while retaining complete control.

    #plaintext #infrastructuring #selfhosting

  14. @jana
    #homeassistant
    #pihole
    #immich
    #portainer
    #radicale
    #baikal
    #frigate
    #casaos
    #docker
    #NginxProxyManager
    #debian
    #forgejo
    #keycloak
    #memos
    #dockge
    #nextcloud

    And a few other various ones I'm playing with. When my 2.5gb nics arrive, I'll also be setting up #opnsense for firewalling/routing.

    Oh, I also wanna try out #raspap and see how that does with a few of these sprinkled around the house when I get more next month, as they have WiFi.

    They are perfect for #k3s or #kubernetes.

  15. Wer ein Proxmox (-Cluster) hinter einem nginx Proxy betreibt und nicht mehr via VNC auf seine VM zugreifen kann, der sollte einfach mal den Websocket Support einschalten.
    Dann klappt es auch wieder mit dem Zugriff.

    #Proxmox #noVNC #NginxProxyManager #Websocket

  16. ¡Este domingo quiero compartir un servicio que he implementado en mi servidor para brindar una mayor seguridad a mi instalación de #homeassistant

    Nginx Proxy Manager es un servidor de proxy inverso de código abierto que se puede instalar fácilmente en nuestro servidor. Nos permite obtener certificados para nuestros servicios y gestionarlos de manera ágil y rápida.

    He utilizado Docker Compose nginxproxymanager.com/setup/#r

    Además, os será útil para asignar nombres de host a sus servicios y evitar tener que recordar las direcciones IP locales. Personalmente, me ha ayudado a aprender sobre el uso de certificados y a fortalecer la seguridad de mis servicios.

    Quiero agradecer especialmente a @PabloAsekas por su gran ayuda en la instalación y configuración, así como a @obernabeu por sus consejos y contribuciones adicionales de conocimiento.

    #DomingoDeSelfHosted #Nginx #Nginxproxymanager #hosted #selfthosted #opensource #seguridadinformatica #Homelab

  17. Necesito vuestra ayuda con #HomeAssistant y el acceso por https:// . Para configurar #Alexa en #HA me pide que sea https. Estoy atascado ya que no consigo pasar del error “400: Bad Request”. Tengo el puerto 80 y 443 abiertos ya que si los cierro no consigo ni el error mencionado. Tengo instalado Nginx Proxy Manager en HA para los certificados y redirecionar a la dirección http. El Host lo tengo con duckdns con el complemento de HA. Estado leyendo documentación y añadido a configuration.yaml las lineas que dicen para este error. A ver si me podeéis dar algo de luz. #Gracias #nginxproxymanager #400badrequest #https

    Llamo a la sala a los expertos que conozco por aqui @DavidOliMar @amarzar @lynze @obernabeu @PabloAsekas

    community.home-assistant.io/t/