Christopher Lozinski
Christopher Lozinski
Then the first thing you want is a ping demo. That seems to be the standard. The wager demo is too hard for beginners to start with.
So you do have a ping message, but it is buried inside of events. Good to extract that and put it on the home page. It is about accessibility You...
I made so many failed attempts to compile it. I am not a go developer. Kind of delayed my caching by 9 months Did not have much traffic, so was...
Yes, you have to use go 1.17 I had huge problems with the builds. Mostly because I am not a go developer. And I did not want to cause trouble...
I think not. It has to do with CORS, cross site scriptiong. the browser does not let you access one site from another, unless the other explicitely allows it. Having...
Maybe the problem is not with certbot, but with the installation scripts. Since it is python, next up I am trying ` python3 -m venv /path/to/new/virtual/environment pip install certbot `...
Thank you. That works on one of my freebsd servers. On my upgraded server I have to do. pkg install py39-certbot pip install also installed. Just the ports tree has...
So pkg install py39-certbot installed something on one of my servers and did not crash. pkg install py38-certbot did the same on the other server. I have not yet run...
And yes installing from ports did install something, but that message scared me off, and I do not know if it would run correctly.
## py37-certbot-nginx did not work. pkg install py37-certbot-nginx Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg: No packages available to install...