Tilde Friends public git repository.
Go to file
2024-05-11 21:22:25 +02:00
apps Fix setting multiline admin settings. 2024-05-05 15:19:00 -04:00
core Move / redirect handling to C 2024-05-05 15:24:15 -04:00
deps Latest libbacktrace. 2024-05-05 12:03:57 -04:00
docs docs: more docs guidelines 2024-05-11 21:22:25 +02:00
src Fix numerous issues around setting the first registered used as an admin. 2024-05-10 22:21:59 -04:00
tools Add retries around some 'test -t auto' intermittent failures. 2024-04-22 12:37:06 -04:00
.clang-format Add missing .clang-format, and fix some spaces that slipped through. 2024-02-17 19:22:02 +00:00
.dockerignore Add a docker file. Runs enough to produce some output but not really tested. 2022-01-11 23:17:18 +00:00
.git-blame-ignore-revs prevent previous commits from appearing in git blame 2024-02-22 15:37:40 +01:00
.gitignore A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore. 2024-03-03 18:12:44 -05:00
.gitmodules Move to submodules: libsodium, quickjs, crypt_blowfish, libbacktrace, libuv, picohttpparser. Kudos to @tasioiso in #45. 2024-04-10 19:25:18 -04:00
.markdownlint.yaml chore(docs): add markdownlint-cli 2024-05-11 14:47:28 +02:00
.prettierignore chore: rename lint script to format, tell prettier to ignore markdown files 2024-05-11 19:48:47 +02:00
.prettierrc.yaml Run prettier. 2024-02-24 11:09:34 -05:00
CONTRIBUTING.md Prettier. 2024-03-06 21:14:09 -05:00
Dockerfile Smaller docker image. Why not. 2023-02-01 23:47:07 +00:00
Doxyfile Add a Doxyfile and preliminary module-level docs. 2024-02-20 21:41:37 -05:00
GNUmakefile Fix attaching files (aka WebView file picking) on Android. 2024-04-26 18:10:22 -04:00
LICENSE chore: small changes in README and LICENSE 2024-05-11 19:55:00 +02:00
package-lock.json chore(docs): add markdownlint-cli 2024-05-11 14:47:28 +02:00
package.json chore: rename lint script to format, tell prettier to ignore markdown files 2024-05-11 19:48:47 +02:00
README.md chore: small changes in README and LICENSE 2024-05-11 19:55:00 +02:00

Tilde Friends

Tilde Friends is a tool for making and sharing.

A public instance lives at https://www.tildefriends.net/.

It is both a peer-to-peer social network client, participating in Secure Scuttlebutt, as well as a platform for writing and running web applications.

Goals

  1. Make it easy and fun to run all sorts of web applications.
  2. Provide security that is easy to understand and protects your data.
  3. Make creating and sharing web applications accessible to anyone with a browser.

Documentation

Docs are a work in progress in the docs folder and in Tilde Friends: https://www.tildefriends.net/~cory/wiki/#test-wiki/tf-app-quick-reference.

License

All code, documentation and assets unless otherwise noted in is provided under the MIT license.