Repogen – a static site generator for package repositories
https://github.com/ralt/repogen
#HackerNews #Repogen #static #site #generator #package #repositories #open-source #GitHub
Hosting SQLite databases on Github Pages, https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/.
SQLite is compiled to Wasm. The database is statically hosted on a server. A custom layer extracts _ranges_ of this database so that it can be fetched via HTTP. It allows to run SQLite client-side with a static read-only database.
Bonus: it is extended to query the DOM with SQL, this time with read and write mode.
Trifold is a tool to quickly and cheaply host static websites using a CDN
https://www.jpt.sh/projects/trifold/
#HackerNews #Trifold #static #website #CDN #hosting #tool #webdevelopment #technews
Looking for basic #smallweb #static #hosting
- EU based
- on green servers
- preferably offered by a #NonProfit / #Coop
- deployment via git or ssh
Something like #Codeberg / #Gitlab / #Github pages.
I like Codeberg pages but its future is uncertain and its documentation lacking.
Please no Vercel / Netlify / Firebase / ... suggestions please. EU. Non-profit.
Much obliged!
Looking for basic #smallweb #static #hosting
- EU based
- on green servers
- preferably offered by a #NonProfit / #Coop
- deployment via git or ssh
Something like #Codeberg / #Gitlab / #Github pages.
I like Codeberg pages but its future is uncertain and its documentation lacking.
Please no Vercel / Netlify / Firebase / ... suggestions please. EU. Non-profit.
Much obliged!
Hosting SQLite databases on Github Pages, https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/.
SQLite is compiled to Wasm. The database is statically hosted on a server. A custom layer extracts _ranges_ of this database so that it can be fetched via HTTP. It allows to run SQLite client-side with a static read-only database.
Bonus: it is extended to query the DOM with SQL, this time with read and write mode.
Static Android Debug Bridge (adb)
https://github.com/kiddlu/adb-static
#HackerNews #Static #Android #Debug #Bridge #adb #GitHub #Android #Development #Tools