Tilde Friends public git repository. https://www.tildefriends.net/
Go to file
2024-05-23 13:13:43 +02:00
.gitea docs: issue & pr templates draft 2024-05-17 08:12:46 +02:00
apps Removed ssb.addEventListener and ssb.removeEventListener from the public API. Can do the same thing with core.register. 2024-05-22 18:51:21 -04:00
core Removed ssb.addEventListener and ssb.removeEventListener from the public API. Can do the same thing with core.register. 2024-05-22 18:51:21 -04:00
deps Indicate both the server account and your own accounts in the ssb connections tab. 2024-05-11 09:58:24 -04:00
docs docs: formatting 2024-05-17 08:21:28 +02:00
src An experiment in controlling memory usage when syncing. uv_read_stop when we have too active message/blob writes to the database and uv_read_start when we're back under control. #64 2024-05-22 19:53:33 -04:00
tools Make sure the first user can admin. 2024-05-11 09:03:56 -04:00
.clang-format Add missing .clang-format, and fix some spaces that slipped through. 2024-02-17 19:22:02 +00:00
.dockerignore docs: docs, misc changes 2024-05-11 23:40:16 +02:00
.git-blame-ignore-revs prevent previous commits from appearing in git blame 2024-02-22 15:37:40 +01:00
.gitignore add result to gitignore 2024-05-23 13:12:10 +02: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 docs: you can add another git remote 2024-05-12 09:04:52 +02:00
.prettierignore docs: docs, misc changes 2024-05-11 23:40:16 +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
default.nix Missing generated semicolon. Sigh. 2024-05-22 20:44:28 -04: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
flake.lock prettier 2024-05-22 20:52:10 -04:00
flake.nix chore: a bit more doc 2024-05-12 21:17:38 +02:00
GNUmakefile Missing generated semicolon. Sigh. 2024-05-22 20:44:28 -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(doc): run and modify formatting rules 2024-05-11 21:48:06 +02:00
README.md docs: formatting 2024-05-17 08:21:28 +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: documentation, or alternatively 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.