this repo has no description
Shell 59.6%
Nix 34.9%
Makefile 5.5%
13 1 0

Clone this repository

https://tangled.org/robinwobin.dev/ebil https://tangled.org/did:plc:khzb5upklnupwpxllpbmrv5a/ebil
git@knot.tangled.wizardry.systems:robinwobin.dev/ebil git@knot.tangled.wizardry.systems:did:plc:khzb5upklnupwpxllpbmrv5a/ebil

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

ebil - ebil.club cli#

usage#

push your site files to ebil.club:

ebil push --site robin.ebil.club dist/

pull your site from ebil.club to a local directory:

ebil pull --site robin.ebil.club site/

installation#

simply install using make:

sudo make install

or install for user:

PREFIX="$HOME/.local" make install

or run using ✨ nix ✨ :

nix run git+https://codeberg.org/comfysage/ebil.git --

env#

you can set certain options using environment variables.

env option
EBIL_SITE="robin.ebil.club" --site robin.ebil.club
EBIL_PATH="dist/" --path dist/
EBIL_HOST="ebil.club"
EBIL_REMOTE="/var/ebil.club/${name}/${site}"

note#

specify options before regular arguments.