this post was submitted on 12 Jul 2023
4 points (100.0% liked)

Lemmy Support

4651 readers
24 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

using git pull and then running the ansible script to update break the lemmy server because it replaces the lemmy.hjson to have the old pictrs_url instead of

 pictrs: {
    url: "http://pictrs:8080/"
    # api_key: "API_KEY"
}

is there a way i can fix this so every update doesnt break the server requiring me to use the old helper script from .17.0 and manually update the lemmy.hjson?

you are viewing a single comment's thread
view the rest of the comments
[–] nxlemmy@lemmy.ml 2 points 1 year ago

ah yeah that seems to be it thanks.