aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2026-02-17OpenBSD: Document login class w/ extended openfilesAlvar Penning
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.daltux
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 imagedaltux
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.grunfink
2025-05-30auto_follower_webhook.py new example program.grunfink
2025-04-01convert snac-admin to bashshtrophic
2025-03-30add snac-adminshtrophic
2024-12-12examples: add instructions to statically link snac with musl libcGiacomo Tesio
2024-11-08Updated FreeBSD rc scriptdraga79
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 exampleStefano Marinelli
2024-01-05improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocolsFlorian Paul Azim Hoberg
Fixes: #97
2024-01-03Addes FreeBSD rc script exampledraga79
2023-07-10[examples/snac-global.service] New file.default
2023-05-05Updated examples/docket-entrypoint.sh.default
snac init now prompts for an optional admin email address.
2023-01-13Minor URL formatting tweaks.default
2022-12-14Improve Docker image generationÓscar García Amor
2022-12-12Add docker-compose support, so a working development server with HTTPS can ↵Toby Jaffey
be started with: docker-compose build && docker-compose up
2022-12-04Fixed example.default
2022-12-03Added :shrug2:default
2022-11-18[examples/formatting.txt] new file.default
2022-10-04[examples/snac_openbsd] new file.default
2022-10-04[examples/nac.service] new file.default