httpd & nextcloud

2024-05-22 Thread Am Jam
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

Re: httpd & nextcloud

2024-05-22 Thread Am Jam
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

httpd & pixelfed

2024-05-27 Thread Am Jam
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,

Re: httpd & pixelfed

2024-05-28 Thread Am Jam
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"

httpd & calibre-server (ebooks)

2024-09-07 Thread Am Jam
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

Re: Hosting gitea with httpd and relayd: git and curl return "SSL certificate problem: unable to get local issuer certificate"

2024-10-27 Thread Am Jam
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

Re: Hosting gitea with httpd and relayd: git and curl return "SSL certificate problem: unable to get local issuer certificate"

2024-10-27 Thread Am Jam
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

Hosting gitea with httpd and relayd: git and curl return "SSL certificate problem: unable to get local issuer certificate"

2024-10-26 Thread Am Jam
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

Re: Hosting gitea with httpd and relayd: git and curl return "SSL certificate problem: unable to get local issuer certificate"

2024-10-26 Thread Am Jam
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