nicheosala

Results 7 issues of nicheosala

I've followed the setup instructions step by step. However, when I execute: ``` sudo certbot certonly --webroot -d domain.com --email [email protected] -w /var/www/_letsencrypt -n --agree-tos --force-renewal ``` The following error...

bug
help wanted
hacktoberfest

When I start MyPy inside my project, I get the following error: ``` error: Skipping analyzing "jsons": module is installed, but missing library stubs or py.typed marker ``` I'm using...

### Describe the bug The local channel backup fails. ### Location in guide [Link to the corresponding page and section on ](https://raspibolt.org/guide/lightning/channel-backup.html#test-1) ### Expected behavior In the logs of scb-backup,...

bug
stale

[Caddy](https://caddyserver.com/) is a widely used open source web server. This pull request adds a Caddyfile - i.e. a Caddy configuration file - to the Mastodon repository. Searching for "mastodon caddy"...

deployment

Content of `/etc/os-release`: ``` NAME="Arch Linux ARM" PRETTY_NAME="Arch Linux ARM" ID=archarm ID_LIKE=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinuxarm.org/" DOCUMENTATION_URL="https://archlinuxarm.org/wiki" SUPPORT_URL="https://archlinuxarm.org/forum" BUG_REPORT_URL="https://github.com/archlinuxarm/PKGBUILDs/issues" LOGO=archlinux-logo ```

`radicale --version`: 3.1.8 `python --version`: 3.11.6 bcrypt version: 4.1.3 Just after starting Radicale, I get the following error: ``` (trapped) error reading bcrypt version Traceback (most recent call last): File...

I use NSD as a secondary name server on Ubuntu. When NSD is asked to write a zone into the zonefile, for example using `sudo nsd-control write example.com`, journalctl shows...