Leon
Leon
Hey. This might seem like a dumb question but I deployed the camo app to heroku but I dont know how to generate an camo.githubusercontent.com/... url for my pictures. What...
Hi, I always get an error when visiting my cryptpad domain behind an nginx reverse proxy: `520: Web server is returning an unknown error`. My docker-compose.yml: ``` version: '3.8' services:...
Hi guys. Im using nbviewer and a jupyter notebook server behind a nginx proxy. Docker-compose file: ``` version: '2' services: jupyter: image: jupyter/datascience-notebook container_name: jupyter volumes: - path:path environment: -...
Hi, I would like to have an option to generate a random alias not based on a random word or an UUID, but rather on a (maybe customizable) amount of...
Hi, I get the error `No archived logs found at /opt/log`. I do noticed, that the logs are not contained in the container, because `$ docker-compose exec goaccess ls /opt/log`...
I currently index all my files and my log is spammed with `Undefined array key \"MIMEType\" at /var/www/html/custom_apps/memories/lib/Db/LivePhoto.php#23` Do you have an idea what is going on? I am on...
Hi, in my log I can find the following entries ``` starting multicast-relay Using Interfaces: br0 br30 br40 Using Options --foreground --verbose --noSSDP Feb-28 12:05:35 //./multicast-relay/multicast-relay.py INFO: Adding broadcast relay...
when running `sudo ddclient -daemon=0` I get the following error ``` WARNING: cannot connect to api.ipify.org:443 socket: Connection refused IO::Socket::IP configuration failed WARNING: found neither ipv4 nor ipv6 address WARNING:...
After entering all the details when I click on the "grant access" button in the admin settings nothing happens. Im using nextcloud 14.0.3 EDIT: I also get a message that...
I am using a reverse proxy. which containers do I have to put behind it, because they may be called via port 80 or 443?