1

Synchronisation du contenu avec lemmy

This commit is contained in:
2025-12-11 00:02:53 +01:00
parent a0e9a87e8d
commit 181223d3d9
10 changed files with 1268 additions and 50 deletions

View File

@@ -108,5 +108,29 @@
},
"goaccess": {
"url": null
},
"lemmy": {
"instanceUrl": null,
"siteUrl": "https://richard-dern.fr",
"auth": {
"username": null,
"password": null,
"jwt": null
},
"community": {
"prefixOverrides": {
"collections": "collection",
"critiques": "critique",
"interets": "interet"
},
"visibility": "Public",
"nsfw": false,
"descriptionTemplate": "Espace dédié aux échanges autour de {{path}}."
},
"cacheFile": "tools/cache/lemmy_sync.json",
"verificationTtlHours": {
"community": 168,
"post": 24
}
}
}
}