Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artlu99/foss-farchiver-xyz
FOSS services at farchiver.xyz
https://github.com/artlu99/foss-farchiver-xyz
Last synced: about 1 month ago
JSON representation
FOSS services at farchiver.xyz
- Host: GitHub
- URL: https://github.com/artlu99/foss-farchiver-xyz
- Owner: artlu99
- License: mit
- Created: 2024-02-03T22:38:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T17:28:11.000Z (10 months ago)
- Last Synced: 2024-03-01T18:42:35.896Z (10 months ago)
- Language: TypeScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FOSS services at farchiver.xyz
Lightweight services to benefit the ecosystem. Designed to work permissionlessly and decentralized, with maintenance-light responsibilities.
Permission granted to clone, fork or copy, as per MIT license.
Backend on Cloudflare Workers + KV. Frontend based on borodut.ch frontend starter template.
## Host-side setup
1. deploy Cloudflare Pages by pointing to this Git repository
2. create CNAME DNS record pointing (sub-)domain to the deployment
3. bind KV namespace to variable `KV` in this Pages deployment
4. call the `hubs/reset` endpoint to pre-populate KV
5. update KV store from existing instances, e.g., [foss.farchiver.xyz](https://foss.farchiver.xyz/hubs/list)## Local launch
1. Install dependencies with `yarn`
2. Run the server with `yarn start`