this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Shell 57.6%
Nix 33.7%
Makefile 5.3%
Dockerfile 3.5%
17 2 0

Clone this repository

https://tangled.org/robinwobin.dev/ebil https://tangled.org/did:plc:khzb5upklnupwpxllpbmrv5a/ebil
git@tangled.org:robinwobin.dev/ebil git@tangled.org: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 --user robin dist/

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

ebil pull --user robin 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_USER="robin.ebil.club" --user robin
EBIL_PATH="dist/" push --from dist/
pull --to dist/
EBIL_PATH_REMOTE="root" push --to root
pull --from root
EBIL_HOST="ebil.club"
EBIL_REMOTE="/var/ebil.club/${user}/${path_remote}"

note#

specify options before regular arguments.