Hi Everyone,
I am trying to run a small nextcloud website and I'm having a problem with
the URLs.
I installed nextcloud via pkg_add, and all of its files were installed
under /var/www/nextcloud.
The pkg-readmes were helpful in getting nextcloud working with httpd.
However, though everything "work
te.php/dav"; }
location "/.well-known/caldav" { block return 301
"https://$SERVER_NAME/remote.php/dav"; }
location "/.well-known/webfinger" { block return 301
"/index.php/.well-known/webfinger" }
location "/.well-known/nodeinfo" { block retu
Hi Everyone,
I am trying to install and run pixelfed (think of it as a self-hosted
instagram alternative) on OpenBSD 7.5, but I am having a problem with my
/etc/httpd.conf. Unfortunately, pixelfed's installation instructions only
provide an nginx example. For those of you familiar with nextcloud,
of an nginx config
location not found "*" {
request rewrite "/index.php?$QUERY_STRING"
fastcgi socket "/run/php-fpm.sock"
}
location "/*.php" {
fastcgi socket "/run/php-fpm.sock"
Hi Everyone,
I am trying to host my ebook collection via the "Calibre Content Server"
(i.e., calibre-server) on OpenBSD 7.5, but I am having a problem with my
/etc/httpd.conf.
My ebooks (comprising epub, mobi, and pdf files) are located in
/var/calibre/library.
I've created a dedicated user, _ca
errors when running "git clone" and
"curl". I also tested a "git push", and it worked perfectly.
Thanks again for your help.
On Sun, Oct 27, 2024 at 10:22 AM Am Jam wrote:
> On Sat, Oct 26, 2024 at 11:32 PM Anthony J. Bentley
> wrote:
>
>> relay
On Sat, Oct 26, 2024 at 11:32 PM Anthony J. Bentley
wrote:
> relayd will pick up src.domain.io.crt, which is probably not a
> full chain certificate. It won't pick up src.domain.io.fullchain.pem,
> which is (probably) a full chain cert.
>
> As I can't see your acme-client.conf or your previous ht
Hi openbsd-misc,
I am a hobbyist hosting several services on my OpenBSD-7.5 machine. Because
some of the services that I want to use export their own HTTP server (and
not a FastCGI one), I am cornered into using relayd with httpd.
When things were simpler, I could serve gitea with just httpd. Eve
following commands:
# acme-client -F src.domain.io
# /usr/sbin/ocspcheck -N -o /etc/ssl/src.domain.io.ocsp.pem
/etc/ssl/src.domain.io.fullchain.pem
Kind Regards.
On Sat, Oct 26, 2024 at 8:01 PM Anthony J. Bentley
wrote:
> Am Jam writes:
> >$ git clone https://src.domain.io/user
9 matches
Mail list logo