Paolo Asperti
Paolo Asperti
`ghcr.io/dagu-dev/dagu:latest` seems ok now. If the official container repository is now ghcr, you should evaluate to update docs everywhere; like https://dagu.dev/installation/ thanks again
No software has control over what it is receiving on the input side. You can control the output (and this, sometimes, can have an influence on the input), because you...
@dimejo pelase refer to [this discussion](https://github.com/rustdesk/rustdesk-server/discussions/371)
> Which load balancer is used for self hoted Rustdesk in ubuntu 20.04 os if you're self-hosting, you should know that there's no load balancing for hbbs, but you can...
Here is the doc: There's no way to load-balance for hbbs process or hbbr process. When there's a connection request from a client to hbbs, this uses a list of...
@rustdesk PTAL
Hi! I just came across this issue and this is how I solved it. As per [this page](https://docs.nextcloud.com/server/23/admin_manual/installation/nginx.html#nextcloud-in-the-webroot-of-nginx), I put this into the advanced section of the proxy host: ```...
You're supposing an HTTP connection (where URLs and SSL applies), which is not the case.
> Following. For the same concern, some school network close access to the port needed to run the server. A reverse proxy could be a solution If the school closed...
looks like you're using an old image. you can try an update: ```bash docker-compose pull && docker-compose up -d ```