fix: add favicon to docker and load events immediately

This commit is contained in:
2025-03-12 11:53:55 +01:00
parent 28b34d8281
commit 8af989f372
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH=/var/www/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY README.md pyproject.toml poetry.lock docker-entrypoint.sh index.html /var/www/
COPY README.md pyproject.toml poetry.lock docker-entrypoint.sh index.html favicon.ico /var/www/
COPY myice /var/www/myice
WORKDIR /var/www

View File

@@ -63,6 +63,7 @@
location.reload();
});
eventFilters.style.display = "block";
fetchEvents(storedApiKey);
} else {
apikeyContainer.innerHTML = `
<label for="apikey" class="form-label">API Key</label>