willjasen

Results 15 comments of willjasen

Heya! The website is spinning up but when trying to chat, I get this on two different machines with 16 GB+ of RAM. ![image](https://user-images.githubusercontent.com/613571/227748955-e7c06bf8-6a5f-4fa8-b0e2-8c2cb2572d5d.png)

> @willjasen that looks like the issue I was seeing before I updated the image referenced in this PR (commit: [530f2b6](https://github.com/nsarrazin/serge/pull/66/commits/530f2b68422c759892244f445fd217c8327e8c34)). Have you tried rebuilding since that update `docker build...

I've noticed that the errors refer to /usr/local/lib/gcc of which doesn't exist for me, but gcc and build-essentials are installed.

I deployed this PR as a test and I'm still running into it on my Dell PowerEdge R620, but I believe it doesn't support the AVX instruction set so this...

[The script I have](https://gist.github.com/willjasen/6ae0f47bca36ced2bd52b2fefc2bc21e) seems to be working for me on the latest versions of OPNsense, but I am a sample of 1. In the way that it operates, it...

Assuming you have docker-compose on your system, change the last two commands to be docker-compose (no space) As for the cp command, you will need to use copy (the commands...

> docker-compose and docker compose are not the same command and docker-compose is actually [considered stale and will be removed soon.](https://docs.docker.com/compose/compose-v2/#differences-between-compose-v1-and-compose-v2) > Please don't try to use `docker-compose` here! Don't...

I'll also note that I can manually edit the ports section of a docker-compose.yml of an app to achieve only having that app respond via Tailscale, but that of course...

After some reviewing, I can see how to make an app obey this. I forked the runtipi-appstore and modified the syncthing app to use APP_DOMAIN instead of APP_PORT ([link here](https://github.com/willjasen/runtipi-appstore/blob/master/apps/syncthing/docker-compose.yml#L16))...

I can specify "${APP_DOMAIN}:inside-port" within user-config (for example, doing this for syncthing would resolve to something like "100.64.0.1:8090:8384" in user-config/syncthing/docker-compose.yml), but since user-config seems to be in addition to, apps...