forked from tangled.org/site
this repo has no description

minor rewording

anirudh.fi 02747a82 fb982ab4

verified
Changed files
+16 -15
pages
blog
+8 -8
flake.nix
···
''}/bin/vite-build";
cwd = ./.;
};
-
deploy = {
-
type = "app";
-
program = "${pkgs.writeShellScriptBin "s3-sync" ''
-
#!/usr/bin/env bash
-
${vite.packages.${system}.vite}/bin/vite build
-
${pkgs.awscli2}/bin/aws s3 sync build s3://site/ --size-only
-
''}/bin/s3-sync";
-
};
serve = {
type = "app";
program = "${pkgs.writeShellScriptBin "vite-serve" ''
···
${vite.packages.${system}.vite}/bin/vite serve &
find pages/ static/ templates/ | ${pkgs.entr}/bin/entr ${vite.packages.${system}.vite}/bin/vite build --drafts
''}/bin/vite-serve";
+
};
+
deploy = {
+
type = "app";
+
program = "${pkgs.writeShellScriptBin "deploy" ''
+
#!/usr/bin/env bash
+
${vite.packages.${system}.vite}/bin/vite build
+
${pkgs.wrangler}/bin/wrangler pages deploy --project-name tangled-blog ./build
+
''}/bin/deploy";
};
}
);
+8 -7
pages/blog/intro.md
···
![tangled architecture](/static/img/arch.svg)
-
Our addition to this model is the idea of "knots". Knots are
-
lightweight, headless servers that enable users to host git repositories
-
with ease. Knots are designed for either single or multi-tenant use
-
which is perfect for "community" servers. By default, Tangled provides
-
managed knots where you can host your repositories for free.
+
Our approach to this is the idea of "knots". Knots are lightweight,
+
headless servers that enable users to host Git repositories with ease.
+
Knots are designed for either single or multi-tenant use which is
+
perfect for self-hosting on a Raspberry Pi at home, or larger
+
"community" servers. By default, Tangled provides managed knots where
+
you can host your repositories for free.
The [App View][appview] at [tangled.sh](https://tangled.sh) acts as a
consolidated "view" into the whole network, allowing users to access,
···
completely seamlessly.
Tangled is still in its infancy, and we're building out several of its
-
core features as we [dogfood it ourselves][dogfood]. We developed these three core
-
tenets to guide our decisions:
+
core features as we [dogfood it ourselves][dogfood]. We developed these
+
three tenets to guide our decisions:
1. Ownership of data
2. Low barrier to entry