Compare commits

...

6 Commits

2 changed files with 5 additions and 3 deletions

View File

@ -93,11 +93,13 @@ This will:
- [Online snac manuals (user, administrator and data formats)](https://comam.es/snac-doc/).
- [How to run your own ActivityPub server on OpenBSD via snac (by Jordan Reger)](https://man.sr.ht/~jordanreger/activitypub-server-on-openbsd/).
- [How to install & run your own ActivityPub server on FreeBSD using snac, nginx, lets'encrypt (by gyptazy)](https://gyptazy.ch/blog/install-snac2-on-freebsd-an-activitypub-instance-for-the-fediverse/).
- [How to install snac on OpenBSD without relayd (by @antics@mastodon.nu)](https://chai.guru/pub/openbsd/snac.html).
- [Setting up Snac in OpenBSD (by Yonle)](https://wiki.ircnow.org/index.php?n=Openbsd.Snac).
## Incredibly awesome CSS themes for snac
- [A compilation of themes for snac (by Ворон)](https://codeberg.org/voron/snac-style).
- [A cool, elegant theme (by Haijo7)](https://codeberg.org/Haijo7/snac-custom-css).
- [A light, lean theme (by Ворон)](https://codeberg.org/voron/snac-style).
- [A terminal-like theme (by Tetra)](https://codeberg.org/ERROR404NULLNOTFOUND/snac-terminal-theme).
## License

View File

@ -468,7 +468,7 @@ This is an example of a similar configuration for the Apache2 web server:
ProxyPreserveHost On
# Main web access point
<Location /social>
<Location /fedi>
ProxyPass http://127.0.0.1:8001/social
</Location>
@ -528,7 +528,7 @@ an example:
# other server configuration
[...]
location "/fedi*" {
location "/fedi/*" {
fastcgi socket tcp "127.0.0.1" 8001
}