rad
rad
Explore posts from servers
DIAdiscord.js - Imagine a boo! 👻
Created by rad on 8/4/2024 in #djs-questions
Issues editing automod
I'm currently trying to edit my automod rule to have a timeout duration, when I try adding a timeout duration, it is sending this
"actions": [
{
"type": 1,
"metadata": {
"durationSeconds": null,
"channelId": null,
"customMessage": null
}
},
{
"type": 2,
"metadata": {
"durationSeconds": null,
"channelId": "1156640178811711570",
"customMessage": null
}
},
{
"type": 3,
"metadata": {
"durationSeconds": 3600
}
}
]
"actions": [
{
"type": 1,
"metadata": {
"durationSeconds": null,
"channelId": null,
"customMessage": null
}
},
{
"type": 2,
"metadata": {
"durationSeconds": null,
"channelId": "1156640178811711570",
"customMessage": null
}
},
{
"type": 3,
"metadata": {
"durationSeconds": 3600
}
}
]
(split)
4 replies
HHomarr
Created by rad on 3/15/2024 in #💬・get-help
On update, it makes me re-make a user account
I have Homarr auto update from Watchtower, when it updates it keeps all the boards and stuff, but it makes me add a new user every time it updates. I think I'm using persistent volumes right, but I couldn't find anything on it from anyone else unless I'm looking for the wrong thing so sorry if it's a dumb question This is my docker compose
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
ports:
- '7575:7575'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
ports:
- '7575:7575'
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by rad on 11/13/2023 in #djs-questions
ActivityType not setting correctly
I made a command for setting my bot status https://starb.in/szWpne.typescript When I run the command for /botstatus type: Streaming text: test It get's set to Playing Console prints ActivityType: 1 which according to the docs, is streaming, but the bot sets itself to Playing When I do the command but for playing, it set's activityType as 0, but ends up showing no "Playing" or anything at all djs 14.14.1
14 replies
HHomarr
Created by rad on 10/26/2023 in #💬・get-help
All external stuff giving Ping timed out
I'm genuinely not sure what I did, but I restarted homarr randomly, and now everything external gives me "Error Ping timed out for app with id '<id>' in config 'default' -> url: <url> It also all of a sudden required me to open the port on the system which I never had to do before It's hosted through portainer currently https://files.radnotred.dev/u/bq9Yxd.png
6 replies
HHomarr
Created by rad on 9/2/2023 in #💬・get-help
Integrations in Widgets rather than apps
I don't know if im just missing something completely, but I have no clue where to add stuff like my pihole api key into the widgets for the pihole, same thing with the current download speed from dashdot widget Sorry if its painfully obvious where it is
7 replies