Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdamjan/matrix-appservice-irc-service
https://github.com/gdamjan/matrix-appservice-irc-service
nix nixos nixpkgs portable-service
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gdamjan/matrix-appservice-irc-service
- Owner: gdamjan
- Created: 2024-01-11T04:46:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:57:32.000Z (8 months ago)
- Last Synced: 2024-11-07T07:51:48.238Z (about 2 months ago)
- Topics: nix, nixos, nixpkgs, portable-service
- Language: Nix
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CI](https://github.com/gdamjan/matrix-appservice-irc-service/actions/workflows/ci.yml/badge.svg)](https://github.com/gdamjan/matrix-appservice-irc-service/actions/workflows/ci.yml)
# `Matrix IRC Bridge` as a systemd portable service
Build an immutable [Matrix IRC Bridge](https://matrix-org.github.io/matrix-appservice-irc/latest/) image for
a systemd [portable service](https://systemd.io/PORTABLE_SERVICES/).
Made with nixos.## Quick Start
Get the latest image from [Github releases](https://github.com/gdamjan/matrix-appservice-irc-service/releases/), into
`/var/lib/portables` and then run:```sh
portablectl attach --enable --now matrix-appservice-irc…
```## More info
See the [wiki](https://github.com/gdamjan/matrix-appservice-irc-service/wiki/) for more info.