-
originally posted by @maxogden
### what we do now
We currently use https://github.com/mafintosh/taco-nginx to deploy node processes on Ubuntu servers. This is for deploying node services at subdomai…
-
nginx.conf:
```
upstream fastcgi_backend {
# use tcp connection
server php-fpm:9000;
# or socket
# server unix:/run/php/php7.3-fpm.sock;
}
server {
listen 80 def…
-
I have the web application installed on a virtual machine in a cloud provider.
The VM guest is running RHEL.
I've configured DNS such that there's an A record pointing to the public IP address o…
-
Hey, thank you for this awesome script, it is my last hope at the moment.
Inside the script folder
```
ls
LICENSE Readme.md config.ini hetznerdnshook.py
```
I run:
```
$ sudo certbot c…
-
### Expected behavior:
Connect to internet using WireGuard
### Actual Behavior:
No internet after `wg-quick up`. No ping with 8.8.8.8. OpenVPN works with `sudo openvpn`.
### Steps to Reproduce…
-
## Feature Request
Support auto tls using Let's Encrypt
#### Use Case:
As a developer, I want to deploy a TLS encrypted nats-sever publicly. My nats publishers are on the edge and streams data to…
-
I just received an email from porkbun saying that they are changing their hostname for the API.
It may be important for the dns challenge provider function in the SSL Certificates menu.
```
CRITI…
-
`cat /home/ubuntu/saas-django/websupport.ini`
```
dns_api_key = ***
dns_api_secret = ***
```
`sudo /home/ubuntu/saas-django/.venv/bin/certbot renew --dry-run`
```
- - - - - - - - - - - - - …
-
### What I did:
Request a certificate for example.com, *.example.com
### Expected result:
I get a certificate with SAN example.com and *.example.com
### Actual result:
I request a certificate…
-
**Describe the bug**
As I described in https://github.com/containrrr/watchtower/issues/1287#issuecomment-1159814148 Watchtower fetches the wrong architecture of multi-arch images than the container i…