No description
| .forgejo/workflows | ||
| .github/workflows | ||
| nix | ||
| src | ||
| .args | ||
| .gitignore | ||
| .gitmodules | ||
| cosmopolitan.nix | ||
| index.html | ||
| LICENSE | ||
| make | ||
| README.md | ||
| result | ||
| shell.nix | ||
| tags | ||
| xrsh.com | ||
| xrsh.com.txt | ||
| xrsh.iso | ||
| xrsh.nix | ||
| xrsh.txt | ||
xrsh
Wiki / Roadmap
See the wiki here
Install
NOTE: installation is optional: just surf to the public version here
install using nix
- run
nix-run -p xrsh --run "xrsh.com"(pass-p XXXXto specify non-default 8080 port ) - build it when package does not exist:
nix-build -E "with import <nixpkgs> { }; callPackage ./xrsh.nix"
install without nix
1. Download [xrsh.com](https://forgejo.isvery.ninja/xrsh/xrsh/raw/branch/main/xrsh.com) 2. optional: run `unzip xrsh.com` to verify repository contents 3. run `chmod +x xrsh.com` in your console 4. run `./xrsh.com` 5. Profit! ✔The browser auto-launches https://localhost:8080 on most platforms
pass
-p XXXXto specify port (default:8080)
Developers
Make sure to clone the repo including submodules (the xrsh-com repo)
$ git clone --recurse-submodules https://forgejo.isvery.ninja/xrsh/xrsh
Now serve the repo from a HTTPS webserver (for example run
./make dev)
Run ./make standalone to package everything into xrsh.com
Funding
This project is funded through NGI0 Entrust, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.
