InfBoumcyCastle
InfBoumcyCastle
RRuntipi
Created by Flappysalmon on 4/2/2025 in #🙋🏼・help
Making Apps in Runtipi be able to mount windows hard drives.
you can try and use /mnt/c/Users/Public/Desktop/ or similar from within wsl2 - i still depends on the app and permissions necessary if this will work or not
4 replies
RRuntipi
Created by BlackBright on 3/21/2025 in #🙋🏼・help
Linkwarden + Authentik auth error
It certainly makes sense to inspect the container to see if the env vars are applied. Since the docker compose files get merged, they should use the same format for env vars I hate to say it, but I had good results using chatgpt as troubleshooting help by feeding it config and logs.
16 replies
RRuntipi
Created by BlackBright on 3/21/2025 in #🙋🏼・help
Linkwarden + Authentik auth error
No description
16 replies
RRuntipi
Created by BlackBright on 3/21/2025 in #🙋🏼・help
Linkwarden + Authentik auth error
well, looks similar to the output i get. i also used the same instructions you linked to. i dont use NEXT_PUBLIC_AUTHENTIK_ENABLED, NEXTAUTH_URL and AUTHENTIK_CUSTOM_NAME maybe try w/o those? also, in case AUTHENTIK_CUSTOM_NAME is really blank - better remove it / comment it out. otherwise - i dont see anything wrong so far
16 replies
RRuntipi
Created by KhaosDoctor on 3/16/2025 in #🙋🏼・help
docker compose volumes not mounting files
what change are you trying to make? i can try and recreate it on my end
6 replies
RRuntipi
Created by BlackBright on 3/21/2025 in #🙋🏼・help
Linkwarden + Authentik auth error
the error seems to point that linkwarden cannot reach authentik try the following command from within the linkwarden container, you should get some result back from the authentik instance
curl -v https://authentik.domain.pl/application/o/authorize/
curl -v https://authentik.domain.pl/application/o/authorize/
16 replies
RRuntipi
Created by BlackBright on 3/21/2025 in #🙋🏼・help
Linkwarden + Authentik auth error
i am using oauth with linkwarden and authentik. my user-config for linkwarden is here: https://github.com/falkheiland/user-config/tree/main/linkwarden
16 replies
RRuntipi
Created by ABOhiccups on 3/16/2025 in #🙋🏼・help
SearXNG 404 Error (WAN only)
can confirm for latest tag. i created a user-config/searxng/docker-compose.yml with
services:
searxng:
image: searxng/searxng:2025.3.11-3fe602a46
services:
searxng:
image: searxng/searxng:2025.3.11-3fe602a46
that works again
4 replies
RRuntipi
Created by KhaosDoctor on 3/16/2025 in #🙋🏼・help
docker compose volumes not mounting files
maybe a permission problem? i use homeassistant-1 but did not edit any files for the container. it seems though that the files has to be owned by root:root . are the affected files owned by root?
6 replies
RRuntipi
Created by KhaosDoctor on 3/16/2025 in #🙋🏼・help
docker compose volumes not mounting files
Every intended change to the standard compose has to be done in a user config. The compose in apps/ gets recreated at start to its original state. https://runtipi.io/docs/guides/customize-app-config
6 replies
RRuntipi
Created by Altan on 3/5/2025 in #🙋🏼・help
Efford to make runtipi fully local
gitea.runtipi.com
you are running this via runtipi.com ?
4 replies
RRuntipi
Created by pipio on 3/5/2025 in #🙋🏼・help
Freshrss with runtipi
i just copiloted: ( used LLM)
freshrss docker compose WARN: Probable invalid base URL in ./data/config.php
the answer seems valid: ------------------- This warning typically indicates that the base_url parameter in your config.php file is incorrect. It often happens if the URL or address of your FreshRSS instance has changed since the initial setup. Here's how you can address it: 1. Locate the config.php file: - Navigate to the directory where your FreshRSS data is stored. For example, if you're using Docker, it might be in a volume like /path/to/data/www/freshrss/data/. 2. Backup the file: - Before making any changes, create a backup of the config.php file:
cp config.php config.bak

cp config.php config.bak

3. Edit the config.php file: - Open the file in a text editor:
nano config.php

nano config.php

- Look for the base_url parameter. It might look something like this:
'base_url' => 'http://old.base.url',

'base_url' => 'http://old.base.url',

- Update it to the correct URL of your FreshRSS instance:
'base_url' => 'http://new.base.url',

'base_url' => 'http://new.base.url',

4. Restart your Docker container: - After saving the changes, restart your FreshRSS Docker container to apply the updates:
docker-compose down
docker-compose up -d

docker-compose down
docker-compose up -d

This should resolve the warning. If you continue to face issues, let me know, and we can troubleshoot further! ------------------- copilot does not know about runtipi - so some paths / restart procedures are different
2 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
The time in the container is already correct, iirc.
18 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
Looks like it's worthy a wallos issue
18 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
one thing to test would be to use another timezone for testing. maybe its something with yours and the way wallos uses / sources it. i mean there would be a lot issues on github if this would not work generally i guess
18 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
hmm. i would blame wallos in that regard. there is a similar issue https://github.com/ellite/Wallos/issues/291 that never really got a solution.
18 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
No description
18 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
i just checked. the wallos app has the environment var set to the specs of wallos. please post the output of ./runtipi-cli debug
18 replies