summaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysOpenBSD: Document login class w/ extended openfilesGravatar Alvar Penning1-0/+7
A file heavy applications makes heavy use of files. Shocking news. OpenBSD's daemon login class limits the amount of openfiles quite strict. This restriction is an annoyance for lots of applications, and, unless I am mistaken, seems to be an issue for snac as well. Thus, after hopefully fixing this on my instance, I tried to briefly document this in snac(8) and provide a minimal login.conf(5) example.
2025-09-04Examples: Docker Swarm with Traefik and container build script.Gravatar daltux3-0/+247
Example files for setting a complete SNAC + Traefik v3 stack on Docker Swarm mode, including Let's Encrypt certificates, HTTP security headers, and caching of */s/* (SNAC static files) for 24 hours with souin. A script for building the SNAC container with Docker and optionally pushing it to a registry.
2025-09-04Add tzdata to container imageGravatar daltux1-2/+6
Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty.
2025-05-30Added uid, basedir and baseurl to the notify webhook message.Gravatar grunfink1-5/+5
2025-05-30auto_follower_webhook.py new example program.Gravatar grunfink1-0/+55
2025-04-01convert snac-admin to bashGravatar shtrophic1-17/+25
2025-03-30add snac-adminGravatar shtrophic1-0/+43
2024-12-12examples: add instructions to statically link snac with musl libcGravatar Giacomo Tesio1-0/+77
2024-11-08Updated FreeBSD rc scriptGravatar draga791-2/+10
On FreeBSD, the snac process is now managed by the daemon(8) utility - this means it will be restarted in case of crash, etc.
2024-01-07Addes NetBSD rc script exampleGravatar Stefano Marinelli1-0/+34
2024-01-05improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocolsGravatar Florian Paul Azim Hoberg3-0/+39
Fixes: #97
2024-01-03Addes FreeBSD rc script exampleGravatar draga791-0/+19
2023-07-10[examples/snac-global.service] New file.Gravatar default1-0/+24
2023-05-05Updated examples/docket-entrypoint.sh.Gravatar default1-1/+1
snac init now prompts for an optional admin email address.
2023-01-13Minor URL formatting tweaks.Gravatar default1-1/+1
2022-12-14Improve Docker image generationGravatar Óscar García Amor1-3/+4
2022-12-12Add docker-compose support, so a working development server with HTTPS can ↵Gravatar Toby Jaffey6-0/+172
be started with: docker-compose build && docker-compose up
2022-12-04Fixed example.Gravatar default1-1/+1
2022-12-03Added :shrug2:Gravatar default1-0/+2
2022-11-18[examples/formatting.txt] new file.Gravatar default1-0/+24
2022-10-04[examples/snac_openbsd] new file.Gravatar default1-0/+20
2022-10-04[examples/nac.service] new file.Gravatar default1-0/+17