Revert "refactor: change base url to codeberg.org"
Some checks failed
ci/woodpecker/push/ci Pipeline failed
CI / test (push) Has been cancelled
Release / release (push) Has been cancelled

This reverts commit a15223a5c2.
This commit is contained in:
Felipe M 2025-03-26 17:37:13 +01:00
parent 7c588033c9
commit 98f7448d49
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
6 changed files with 18 additions and 16 deletions

View file

@ -1,4 +1,4 @@
# smtp2shoutrrr
# smtp2Shoutrrr
A simple SMTP server that forwards incoming emails to a [Shoutrrr supported service](https://containrrr.dev/shoutrrr/).
@ -33,13 +33,13 @@ Target = "ntfy://ntfy.sh/catch-all-topic?tags=unmatched"
### From releases
- Grab the latest release from the [releases page](https://codeberg.org/fmartingr/smtp2shoutrrr/releases)
- Grab the latest release from the [releases page](https://git.nakama.town/fmartingr/smtp2shoutrrr/releases)
- Put the configuration file in the same directory as the binary
- Run the binary for your appropriate platform
### From source (development)
- Clone [this repository](https://codeberg.org/fmartingr/smtp2shoutrrr)
- Clone [this repository](https://git.nakama.town/fmartingr/smtp2shoutrrr)
- Put the configuration file in the repository folder
- Run `make quick-run`
@ -51,7 +51,7 @@ Target = "ntfy://ntfy.sh/catch-all-topic?tags=unmatched"
```bash
docker run -v /path/to/config.toml:/config.toml \
-p 11025:11025 \
codeberg.org/fmartingr/smtp2shoutrrr:latest
git.nakama.town/fmartingr/smtp2shoutrrr:latest
```
## Development