https://github.com/uberfig/bloghoster
a simple static site hoster with rocket
https://github.com/uberfig/bloghoster
Last synced: about 2 months ago
JSON representation
a simple static site hoster with rocket
- Host: GitHub
- URL: https://github.com/uberfig/bloghoster
- Owner: uberfig
- Created: 2023-12-10T21:14:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:51:13.000Z (about 2 years ago)
- Last Synced: 2025-03-13T10:42:51.874Z (over 1 year ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this is a simple static site server that can automatically clone and deploy from a git repo and collects basic anonomyzed analytics stored locally
the analytics in this project were motivated by a lack of locally stored analytics for rocket. Currently theres really just [rocket-analytics](https://crates.io/crates/rocket-analytics) which just sends everything to centralized database and the data sent is not anonomyzed
the analytics in this project are intended to respect privacy as much as possible storing ip addresses in a hashed state using sha256 and nothing is shared externally. Due to this, it is unable to provide location data, but if you have cloudflare you should have a decent view of that information