Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomdtr/smallweb.live
The public smallweb instance
https://github.com/pomdtr/smallweb.live
Last synced: 27 days ago
JSON representation
The public smallweb instance
- Host: GitHub
- URL: https://github.com/pomdtr/smallweb.live
- Owner: pomdtr
- Created: 2024-12-03T16:46:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:39:00.000Z (about 1 month ago)
- Last Synced: 2024-12-03T17:49:29.575Z (about 1 month ago)
- Language: Dockerfile
- Homepage: https://smallweb.live
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smallweb.live
This repo contains the code of [smallweb.live](https://smallweb.live), the public smallweb instance.
## Using this instance
Make sure that the fly cli is installed and you are logged in.
```sh
fly launch --no-deploy
fly certs create ''
fly certs create '*.'
```Setup you DNS records to point to the fly.io load balancer.
Then replace `smallweb.live` by your domain in the [smallweb config](./smallweb/.smallweb/config.json).
Finally, deploy the app.
```sh
fly deploy
```## TODO
- [ ] figure out why vscode is broken on fly.io
- [ ] create a github action that will reset this instance every hour or so