chore: update poetry.lock
fix: entrypoint
ci: use alpine 3.20
Home | Docs | Issues | Patches | Chat
A feature-rich Skype to XMPP puppeteering gateway, based on slidge and skpy.
Refer to the slidge admin documentation for general info on how to set up an XMPP server component.
From dockerhub
docker run docker.io/nicocool84/skidge
With pipx:
# for the latest stable release (if any)
pipx install skidge
# for the bleeding edge
pipx install skidge==0.0.0.dev0 \
--pip-args='--extra-index-url https://slidge.im/repo'
# to update bleeding edge installs
pipx install skidge==0.0.0.dev0 \
--pip-args='--extra-index-url https://slidge.im/repo' --force
skidge --help
git clone https://git.sr.ht/~nicoco/skidge
cd skidge
docker-compose up