Documentation for all Fossorial projects
Find a file
scetu 8e07155f1e Adjust Docker port exposure warning.
Add short warning under each code snippet where docker-compose ports are modified with link to longer version of warning located at dns-networking#ports-to-expose.
Rewrite the Port section with additional information that Pangolins' defaults ports 80, 443 and 51820 should be exposed on all interfaces.
2025-04-11 13:20:37 +02:00
.vscode Initial site deploy 2025-01-01 17:46:59 -05:00
packages/docusaurus Adjust Docker port exposure warning. 2025-04-11 13:20:37 +02:00
stacks standarize code block formatting with prettier 2025-04-10 21:56:12 -04:00
.gitignore clean up formatting a bit and add components overview 2025-01-02 17:57:30 -05:00
cdk.context.json Initial site deploy 2025-01-01 17:46:59 -05:00
LICENSE Updating overviews and add license 2025-01-04 21:23:40 -05:00
Makefile Add makefile 2025-02-26 11:00:39 -05:00
package.json Umami working 2025-02-09 16:49:14 -05:00
pnpm-workspace.yaml Initial site deploy 2025-01-01 17:46:59 -05:00
README.md standarize code block formatting with prettier 2025-04-10 21:56:12 -04:00
sst.config.ts standarize code block formatting with prettier 2025-04-10 21:56:12 -04:00
tsconfig.json Initial site deploy 2025-01-01 17:46:59 -05:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ npm i

Local Development

$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

Using SSH:

$ npx sst deploy --stage prod

License

This project is licensed under the MIT License - see the LICENSE file for details.