Update internal system with dynamic message

This commit is contained in:
2025-10-17 15:01:42 +02:00
parent d012f78881
commit a55a038d32
31 changed files with 70 additions and 95 deletions

View File

@@ -5,6 +5,7 @@
*/
/* -------------------------------------------- */
const ECRYME_WELCOME_MESSAGE_URL = "https://www.uberwald.me/gitea/public/fvtt-ecryme/raw/branch/master/welcome-message-ecryme.html"
/* -------------------------------------------- */
// Import Modules
@@ -73,7 +74,7 @@ Hooks.once("init", async function () {
function welcomeMessage() {
if (game.user.isGM) {
// Try to fetch the welcome message from the github repo "welcome-message-ecryme.html"
fetch("https://raw.githubusercontent.com/uberwald/fvtt-ecryme/main/welcome-message-ecryme.html")
fetch(ECRYME_WELCOME_MESSAGE_URL)
.then(response => response.text())
.then(html => {
ChatMessage.create({

View File

@@ -1 +1 @@
MANIFEST-000233
MANIFEST-000237

View File

@@ -1,7 +1,3 @@
2025/10/17-13:49:30.494273 7f7b6ffff6c0 Recovering log #231
2025/10/17-13:49:30.555044 7f7b6ffff6c0 Delete type=3 #229
2025/10/17-13:49:30.555120 7f7b6ffff6c0 Delete type=0 #231
2025/10/17-13:50:27.051018 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.051082 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.093009 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.164978 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
2025/10/17-15:00:21.595853 7f7b75bfa6c0 Recovering log #235
2025/10/17-15:00:21.649813 7f7b75bfa6c0 Delete type=3 #233
2025/10/17-15:00:21.649870 7f7b75bfa6c0 Delete type=0 #235

View File

@@ -1,7 +1,7 @@
2025/10/17-13:38:00.732233 7f7b74bf86c0 Recovering log #227
2025/10/17-13:38:00.785877 7f7b74bf86c0 Delete type=3 #225
2025/10/17-13:38:00.785962 7f7b74bf86c0 Delete type=0 #227
2025/10/17-13:48:20.836202 7f7b6f3ff6c0 Level-0 table #232: started
2025/10/17-13:48:20.836234 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK
2025/10/17-13:48:20.842220 7f7b6f3ff6c0 Delete type=0 #230
2025/10/17-13:48:20.857042 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
2025/10/17-13:49:30.494273 7f7b6ffff6c0 Recovering log #231
2025/10/17-13:49:30.555044 7f7b6ffff6c0 Delete type=3 #229
2025/10/17-13:49:30.555120 7f7b6ffff6c0 Delete type=0 #231
2025/10/17-13:50:27.051018 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.051082 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.093009 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.164978 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000170
MANIFEST-000174

View File

@@ -1,8 +1,3 @@
2025/10/17-13:49:30.757031 7f7b75bfa6c0 Recovering log #168
2025/10/17-13:49:30.805171 7f7b75bfa6c0 Delete type=3 #166
2025/10/17-13:49:30.805248 7f7b75bfa6c0 Delete type=0 #168
2025/10/17-13:50:27.194271 7f7b6f3ff6c0 Level-0 table #173: started
2025/10/17-13:50:27.194304 7f7b6f3ff6c0 Level-0 table #173: 0 bytes OK
2025/10/17-13:50:27.239310 7f7b6f3ff6c0 Delete type=0 #171
2025/10/17-13:50:27.319937 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/10/17-13:50:27.319972 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/10/17-15:00:21.833480 7f7b74bf86c0 Recovering log #172
2025/10/17-15:00:21.882268 7f7b74bf86c0 Delete type=3 #170
2025/10/17-15:00:21.882323 7f7b74bf86c0 Delete type=0 #172

View File

@@ -1,8 +1,8 @@
2025/10/17-13:38:00.979128 7f7b75bfa6c0 Recovering log #164
2025/10/17-13:38:01.038103 7f7b75bfa6c0 Delete type=3 #162
2025/10/17-13:38:01.038259 7f7b75bfa6c0 Delete type=0 #164
2025/10/17-13:48:20.882244 7f7b6f3ff6c0 Level-0 table #169: started
2025/10/17-13:48:20.882284 7f7b6f3ff6c0 Level-0 table #169: 0 bytes OK
2025/10/17-13:48:20.888949 7f7b6f3ff6c0 Delete type=0 #167
2025/10/17-13:48:20.889161 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/10/17-13:48:20.889191 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/10/17-13:49:30.757031 7f7b75bfa6c0 Recovering log #168
2025/10/17-13:49:30.805171 7f7b75bfa6c0 Delete type=3 #166
2025/10/17-13:49:30.805248 7f7b75bfa6c0 Delete type=0 #168
2025/10/17-13:50:27.194271 7f7b6f3ff6c0 Level-0 table #173: started
2025/10/17-13:50:27.194304 7f7b6f3ff6c0 Level-0 table #173: 0 bytes OK
2025/10/17-13:50:27.239310 7f7b6f3ff6c0 Delete type=0 #171
2025/10/17-13:50:27.319937 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/10/17-13:50:27.319972 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000233
MANIFEST-000237

View File

@@ -1,7 +1,3 @@
2025/10/17-13:49:30.691229 7f7b74bf86c0 Recovering log #231
2025/10/17-13:49:30.753982 7f7b74bf86c0 Delete type=3 #229
2025/10/17-13:49:30.754117 7f7b74bf86c0 Delete type=0 #231
2025/10/17-13:50:27.165115 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.165221 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.194112 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.319923 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
2025/10/17-15:00:21.772351 7f7b753f96c0 Recovering log #235
2025/10/17-15:00:21.831028 7f7b753f96c0 Delete type=3 #233
2025/10/17-15:00:21.831106 7f7b753f96c0 Delete type=0 #235

View File

@@ -1,7 +1,7 @@
2025/10/17-13:38:00.905360 7f7b6ffff6c0 Recovering log #227
2025/10/17-13:38:00.962475 7f7b6ffff6c0 Delete type=3 #225
2025/10/17-13:38:00.962556 7f7b6ffff6c0 Delete type=0 #227
2025/10/17-13:48:20.857191 7f7b6f3ff6c0 Level-0 table #232: started
2025/10/17-13:48:20.857229 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK
2025/10/17-13:48:20.863470 7f7b6f3ff6c0 Delete type=0 #230
2025/10/17-13:48:20.889125 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
2025/10/17-13:49:30.691229 7f7b74bf86c0 Recovering log #231
2025/10/17-13:49:30.753982 7f7b74bf86c0 Delete type=3 #229
2025/10/17-13:49:30.754117 7f7b74bf86c0 Delete type=0 #231
2025/10/17-13:50:27.165115 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.165221 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.194112 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.319923 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000119
MANIFEST-000123

View File

@@ -1,8 +1,3 @@
2025/10/17-13:49:30.625760 7f7b75bfa6c0 Recovering log #117
2025/10/17-13:49:30.686098 7f7b75bfa6c0 Delete type=3 #115
2025/10/17-13:49:30.686196 7f7b75bfa6c0 Delete type=0 #117
2025/10/17-13:50:27.130514 7f7b6f3ff6c0 Level-0 table #122: started
2025/10/17-13:50:27.130553 7f7b6f3ff6c0 Level-0 table #122: 0 bytes OK
2025/10/17-13:50:27.164662 7f7b6f3ff6c0 Delete type=0 #120
2025/10/17-13:50:27.165016 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/10/17-13:50:27.165057 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/10/17-15:00:21.717758 7f7b74bf86c0 Recovering log #121
2025/10/17-15:00:21.769008 7f7b74bf86c0 Delete type=3 #119
2025/10/17-15:00:21.769070 7f7b74bf86c0 Delete type=0 #121

View File

@@ -1,8 +1,8 @@
2025/10/17-13:38:00.855754 7f7b75bfa6c0 Recovering log #113
2025/10/17-13:38:00.899736 7f7b75bfa6c0 Delete type=3 #111
2025/10/17-13:38:00.899822 7f7b75bfa6c0 Delete type=0 #113
2025/10/17-13:48:20.848946 7f7b6f3ff6c0 Level-0 table #118: started
2025/10/17-13:48:20.849004 7f7b6f3ff6c0 Level-0 table #118: 0 bytes OK
2025/10/17-13:48:20.856872 7f7b6f3ff6c0 Delete type=0 #116
2025/10/17-13:48:20.857062 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/10/17-13:48:20.857089 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/10/17-13:49:30.625760 7f7b75bfa6c0 Recovering log #117
2025/10/17-13:49:30.686098 7f7b75bfa6c0 Delete type=3 #115
2025/10/17-13:49:30.686196 7f7b75bfa6c0 Delete type=0 #117
2025/10/17-13:50:27.130514 7f7b6f3ff6c0 Level-0 table #122: started
2025/10/17-13:50:27.130553 7f7b6f3ff6c0 Level-0 table #122: 0 bytes OK
2025/10/17-13:50:27.164662 7f7b6f3ff6c0 Delete type=0 #120
2025/10/17-13:50:27.165016 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/10/17-13:50:27.165057 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000233
MANIFEST-000237

View File

@@ -1,7 +1,3 @@
2025/10/17-13:49:30.441840 7f7b75bfa6c0 Recovering log #231
2025/10/17-13:49:30.490674 7f7b75bfa6c0 Delete type=3 #229
2025/10/17-13:49:30.490768 7f7b75bfa6c0 Delete type=0 #231
2025/10/17-13:50:27.015368 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.015445 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.050765 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.164953 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
2025/10/17-15:00:21.537451 7f7b74bf86c0 Recovering log #235
2025/10/17-15:00:21.591584 7f7b74bf86c0 Delete type=3 #233
2025/10/17-15:00:21.591645 7f7b74bf86c0 Delete type=0 #235

View File

@@ -1,7 +1,7 @@
2025/10/17-13:38:00.657926 7f7b753f96c0 Recovering log #227
2025/10/17-13:38:00.712104 7f7b753f96c0 Delete type=3 #225
2025/10/17-13:38:00.712264 7f7b753f96c0 Delete type=0 #227
2025/10/17-13:48:20.828869 7f7b6f3ff6c0 Level-0 table #232: started
2025/10/17-13:48:20.828942 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK
2025/10/17-13:48:20.836034 7f7b6f3ff6c0 Delete type=0 #230
2025/10/17-13:48:20.857027 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
2025/10/17-13:49:30.441840 7f7b75bfa6c0 Recovering log #231
2025/10/17-13:49:30.490674 7f7b75bfa6c0 Delete type=3 #229
2025/10/17-13:49:30.490768 7f7b75bfa6c0 Delete type=0 #231
2025/10/17-13:50:27.015368 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.015445 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.050765 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.164953 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000233
MANIFEST-000237

View File

@@ -1,7 +1,3 @@
2025/10/17-13:49:30.558696 7f7b74bf86c0 Recovering log #231
2025/10/17-13:49:30.620278 7f7b74bf86c0 Delete type=3 #229
2025/10/17-13:49:30.620452 7f7b74bf86c0 Delete type=0 #231
2025/10/17-13:50:27.093160 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.093193 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.130341 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.164998 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
2025/10/17-15:00:21.652305 7f7b753f96c0 Recovering log #235
2025/10/17-15:00:21.715259 7f7b753f96c0 Delete type=3 #233
2025/10/17-15:00:21.715340 7f7b753f96c0 Delete type=0 #235

View File

@@ -1,7 +1,7 @@
2025/10/17-13:38:00.791877 7f7b6ffff6c0 Recovering log #227
2025/10/17-13:38:00.843996 7f7b6ffff6c0 Delete type=3 #225
2025/10/17-13:38:00.844154 7f7b6ffff6c0 Delete type=0 #227
2025/10/17-13:48:20.842373 7f7b6f3ff6c0 Level-0 table #232: started
2025/10/17-13:48:20.842407 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK
2025/10/17-13:48:20.848735 7f7b6f3ff6c0 Delete type=0 #230
2025/10/17-13:48:20.857052 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
2025/10/17-13:49:30.558696 7f7b74bf86c0 Recovering log #231
2025/10/17-13:49:30.620278 7f7b74bf86c0 Delete type=3 #229
2025/10/17-13:49:30.620452 7f7b74bf86c0 Delete type=0 #231
2025/10/17-13:50:27.093160 7f7b6f3ff6c0 Level-0 table #236: started
2025/10/17-13:50:27.093193 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK
2025/10/17-13:50:27.130341 7f7b6f3ff6c0 Delete type=0 #234
2025/10/17-13:50:27.164998 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)