Quick setup for rocky server

This commit is contained in:
2025-09-02 12:54:41 -03:00
parent 66833871f8
commit 35c7af8334
6 changed files with 148 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ COPY . ./
FROM alpine:latest AS tailscale
WORKDIR /app
COPY . ./
ENV TSFILE=tailscale_1.84.0_amd64.tgz
ENV TSFILE=tailscale_1.86.2_amd64.tgz
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && tar xzf ${TSFILE} --strip-components=1
COPY . ./

View File

@@ -77,6 +77,7 @@ server {
server_name nombres.ralsina.me;
server_name grafito.ralsina.me;
server_name tocry.ralsina.me;
server_name kv.ralsina.me;
location / {
proxy_pass http://rocky.tail20c16.ts.net:8080;