GitHub Pages on Cloudron

To publish your page, push your GitHub Pages repository to this app.

SSH Usage (Requires public key):

git remote add page ssh://git@knownelement.com:29418/app/data/repo.git
git push page main
            


HTTP Usage:
git remote add page https://knownelement.com/_git/page
git push page main