KiNG
KiNG
RRuntipi
Created by NoisyFridge on 11/10/2023 in #🙋🏼・help
Planka - Bad Gateway
No description
39 replies
RRuntipi
Created by NoisyFridge on 11/10/2023 in #🙋🏼・help
Planka - Bad Gateway
planka | node:internal/process/promises:288
planka | triggerUncaughtException(err, true /* fromPromise */);
planka | ^
planka |
planka | Error: getaddrinfo EAI_AGAIN base
planka | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
planka | errno: -3001,
planka | code: 'EAI_AGAIN',
planka | syscall: 'getaddrinfo',
planka | hostname: 'base'
planka | }
planka |
planka | Node.js v18.20.5
planka | Tried 5 times. Waiting 5 seconds...
planka | node:internal/process/promises:288
planka | triggerUncaughtException(err, true /* fromPromise */);
planka | ^
planka |
planka | Error: getaddrinfo EAI_AGAIN base
planka | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
planka | errno: -3001,
planka | code: 'EAI_AGAIN',
planka | syscall: 'getaddrinfo',
planka | hostname: 'base'
planka | }
planka |
planka | Node.js v18.20.5
planka | Tried 5 times. Waiting 5 seconds...
39 replies
RRuntipi
Created by KiNG on 12/22/2024 in #🙋🏼・help
Customize APP config (conf.php) for PrivateBin
@InfBoumcyCastle Thanks a lot! I see, it is more straight forward than I thought for how user-config works. I got it mapped, however it seemed to create a conf.php folder directory instead of a .php file under runtipi/app-data/privatebin. I removed the conf.php directory with rm -r and created a new file conf.php with touch under the same directory. I then copy the settings from here and adjusted as I see fit. The settings work after the app is restarted!
4 replies