diff --git a/.htaccess b/.htaccess index 0639402..3d6f24e 100644 --- a/.htaccess +++ b/.htaccess @@ -21,7 +21,7 @@ ErrorDocument 404 /404.php # Setting some headers for security. Header always set X-Detected-Country "NK" Header always set X-Frame-Options "deny" -Header always set Content-Security-Policy "default-src 'self'; object-src 'none'; child-src 'self'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content" +Header always set Content-Security-Policy "default-src 'self' files.nibblepoker.lu; object-src 'none'; child-src 'self'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content" Header always set X-XSS-Protection " 1; mode=block" Header always set Referrer-Policy "no-referrer" Header always set X-Content-Type-Options "nosniff" diff --git a/commons/sidebar.php b/commons/sidebar.php index 41a9221..4f724c8 100644 --- a/commons/sidebar.php +++ b/commons/sidebar.php @@ -54,20 +54,20 @@ if(!isset($SIDEBAR_ID)) { - - + + - + + + + + "> - "> diff --git a/commons/strings.json b/commons/strings.json index 67cec35..8c0383d 100644 --- a/commons/strings.json +++ b/commons/strings.json @@ -17,6 +17,7 @@ "programming.docker.title": "Docker", "programming.apps.title": "Applications", "programming.downloads.title": "Downloads", + "programming.git.title": "Git Repos.", "programming.tutorials.title": "Tutorials", "programming.tools.title": "Tools", "electronics.title": "Electronics", @@ -144,6 +145,7 @@ "content.fallback.content.commons.download.multiple": "Downloads", "content.fallback.content.commons.version": "Version", "content.fallback.content.commons.github": "GitHub Repository", + "content.fallback.content.commons.gitea": "Self-hosted Gitea Repository", "content.fallback.content.commons.lang.english": "English", "content.fallback.content.commons.lang.french": "French", @@ -185,6 +187,7 @@ "programming.docker.title": "Docker", "programming.apps.title": "Applications", "programming.downloads.title": "Téléchargements", + "programming.git.title": "Dépôts Git", "programming.tutorials.title": "Tutoriels", "programming.tools.title": "Outils", "electronics.title": "Électronique", @@ -308,6 +311,7 @@ "content.fallback.content.commons.download.multiple": "Téléchargements", "content.fallback.content.commons.version": "Version", "content.fallback.content.commons.github": "Dépôt GitHub", + "content.fallback.content.commons.gitea": "Dépôt Gitea auto-hébergé", "content.fallback.content.commons.lang.english": "Anglais", "content.fallback.content.commons.lang.french": "Français", diff --git a/content/items/excel-worksheet-password-remover.json b/content/items/excel-worksheet-password-remover.json index 3e7466d..c366ffa 100644 --- a/content/items/excel-worksheet-password-remover.json +++ b/content/items/excel-worksheet-password-remover.json @@ -122,6 +122,20 @@ "localize": false } ] + }, + {"type": "raw", "content": "
", "localize": false}, + {"type": "raw", "content": "●  ", "localize": false}, + { + "type": "raw", "link": "https://git.nibblepoker.lu/aziascreations/Excel-Worksheet-Password-Remover", + "parts": [ + {"type": "raw", "content": "content.commons.gitea"}, + {"type": "raw", "content": "  -  ", "localize": false}, + { + "type": "raw", + "content": "(https://git.nibblepoker.lu/aziascreations/Excel-Worksheet-Password-Remover)", + "localize": false + } + ] } ] } diff --git a/content/items/lscom-cli.json b/content/items/lscom-cli.json index 17810d7..ee7c226 100644 --- a/content/items/lscom-cli.json +++ b/content/items/lscom-cli.json @@ -431,6 +431,20 @@ "localize": false } ] + }, + {"type": "raw", "content": "
", "localize": false}, + {"type": "raw", "content": "●  ", "localize": false}, + { + "type": "raw", "link": "https://git.nibblepoker.lu/aziascreations/PB-ListComPort", + "parts": [ + {"type": "raw", "content": "content.commons.gitea"}, + {"type": "raw", "content": "  -  ", "localize": false}, + { + "type": "raw", + "content": "(https://git.nibblepoker.lu/aziascreations/PB-ListComPort)", + "localize": false + } + ] } ] } diff --git a/index.php b/index.php index 1c72d12..75ffd5a 100644 --- a/index.php +++ b/index.php @@ -57,7 +57,7 @@ include_once 'langs.php';
-
+
@@ -133,7 +133,7 @@ include_once 'langs.php';
-
+
@@ -151,6 +151,11 @@ include_once 'langs.php';
+

+ 25th July 2022
+ Finished setting up a public read-only Gitea instance for the projects. +

+

16th April 2022
Finished the "Project" section diff --git a/resources/Azias/imgs/excel-password-remover/demo_v1_thumb.webp b/resources/Azias/imgs/excel-password-remover/demo_v1_thumb.webp new file mode 100644 index 0000000..81429cd Binary files /dev/null and b/resources/Azias/imgs/excel-password-remover/demo_v1_thumb.webp differ