This commit is contained in:
parent
1b419164db
commit
12d071075d
4 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# About sms-handler
|
||||
|
||||
[sms-handler](https://philo.ydns.eu/code/Philome/sms-handler) is a simple companion service of the
|
||||
[sms-handler](https://code.philo.ydns.eu/philorg/sms-handler) is a simple companion service of the
|
||||
*SMS to URL Forwarder* app available on [F-Droid](https://f-droid.org/en/packages/tech.bogomolov.incomingsmsgateway/),
|
||||
to send notification mails on reception of SMSes.
|
||||
|
||||
|
@ -10,14 +10,14 @@ or configured as a relay.
|
|||
## Installation
|
||||
|
||||
```sh
|
||||
PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pip install --index-url https://philo.ydns.eu/code/api/packages/Philome/pypi/simple/ sms-handler
|
||||
PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pip install --index-url https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/ sms-handler
|
||||
```
|
||||
|
||||
Debian and other systems prefer using `pipx` instead of `pip`:
|
||||
|
||||
```sh
|
||||
sudo apt install -y pipx
|
||||
PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pipx install --index-url https://philo.ydns.eu/code/api/packages/Philome/pypi/simple/ sms-handler
|
||||
PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pipx install --index-url https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/ sms-handler
|
||||
```
|
||||
|
||||
*sms-handler* can be run with any unprivileged user.
|
||||
|
@ -142,7 +142,7 @@ the destination IP:port `127.0.0.1:8025` for your setup.
|
|||
Download source code, create a Python virtual environment, install dependencies and run the tests:
|
||||
|
||||
```sh
|
||||
git clone https://philo.ydns.eu/code/Philome/sms-handler.git
|
||||
git clone https://code.philo.ydns.eu/philorg/sms-handler.git
|
||||
cd sms-handler
|
||||
uv venv
|
||||
uv sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue