diff options
author | default <nobody@localhost> | 2023-06-25 06:46:29 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-25 06:46:29 +0200 |
commit | d48f1f9f24827dbe2130d2714d7b9a5d3afb4095 (patch) | |
tree | 45a4f2ca16fe598b74351d184726190ab38edf19 | |
parent | f7be2d1683378a7b4d4ea6c72bb72ee118d72832 (diff) |
Updated README.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -65,12 +65,14 @@ This will: - Create a new user `testuser` and print the user's generated password on the console (see `examples/docker-entrypoint.sh`) - Start nginx to handle HTTPS, using the certificate pair from `nginx-alpine-ssl/nginx-selfsigned.*` (see `examples/nginx-alpine-ssl/entrypoint.sh`) -## Other Documentation +## Links of Interest [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://futurist.city/~jr/activitypub-server-on-openbsd.html). +[A cool, elegant CSS theme for snac (by Haijo7)](https://codeberg.org/Haijo7/snac-custom-css). + ## License See the LICENSE file for details. |