5 Commits
perso ... taff

Author SHA1 Message Date
1615cd4f8a Update js/main.js 2025-10-27 16:37:04 +01:00
f415d09820 Update js/main.js 2025-10-27 16:28:50 +01:00
d503cb65e3 Update config.json 2025-10-27 15:50:16 +01:00
346f9b8cba Update js/main.js 2025-10-27 15:47:30 +01:00
d817c96219 Update config.json 2025-10-27 15:45:44 +01:00
2 changed files with 32 additions and 30 deletions

View File

@@ -1,52 +1,53 @@
{ {
"squares": [ "squares": [
{ "name": "media", { "name": "Media",
"color": "#61afef", "color": "#61afef",
"links": [ "links": [
{ "name": "Spotify", "url": "https://open.spotify.com/" }, { "name": "Youtube", "url": "https://youtube.com" },
{ "name": "YoutubeMusic", "url": "https://music.youtube.com/" }, { "name": "Jellyfin", "url": "https://stream.kawa.zip/" },
{ "name": "Netflix", "url": "https://netflix.com" }, { "name": "KawaMusic", "url": "https://music.kawawete.xyz/" },
{ "name": "Youtube", "url": "https://youtube.com" } { "name": "Tidal", "url": "https://tidal.com" },
{ "name": "Tidarr", "url": "https://zic.kawa.zip" }
] ]
}, },
{ "name": "work", { "name": "Admin MS",
"color": "#e06c75", "color": "#e06c75",
"links": [ "links": [
{ "name": "Github", "url": "https://github.com" }, { "name": "Admin", "url": "https://admin.microsoft.com" },
{ "name": "Heroku", "url": "http://heroku.com/" }, { "name": "Entra", "url": "https://entra.microsoft.com/" },
{ "name": "localhost", "url": "http://localhost:8000/" } { "name": "Teams", "url": "https://admin.teams.microsoft.com/" },
{ "name": "Intune", "url": "https://endpoint.microsoft.com/" },
{ "name": "Security", "url": "https://Security.microsoft.com/" },
{ "name": "Exchange", "url": "https://admin.exchange.microsoft.com/" },
{ "name": "Lighthouse", "url": "https://lighthouse.microsoft.com" }
] ]
}, },
{ "name": "social", { "name": "Outils",
"color": "#e5c07b", "color": "#e5c07b",
"links": [ "links": [
{ "name": "Reddit", "url": "https://reddit.com" }, { "name": "Ninja RMM", "url": "https://arescom.rmmservice.eu/" },
{ "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" }, { "name": "Passportal", "url": "https://de-clover.passportalmsp.com/" },
{ "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" }, { "name": "Sharepoint Arescom", "url": "https://arescom.sharepoint.com/" },
{ "name": "r/mk", "url": "https://www.reddit.com/r/MechanicalKeyboards/" } { "name": "Console Unify", "url": "https://wifi.arescom.fr" },
] { "name": "Docker", "url": "https://10.19.100.10:9443" },
}, { "name": "CIPP", "url": "https://cipp.arescom.fr" },
{ { "name": "Watchguard Cloud", "url": "https://deu.cloud.watchguard.com" },
"name": "Others", { "name": "Copilot", "url": "https://m365.cloud.microsoft/chat" },
"color": "#98c379", { "name": "Info Licences MS", "url": "https://m365maps.com" },
"links": [ { "name": "Bali", "url": "https://bali.arescom.fr/" }
{"name": "Material Colors", "url": "http://materialuicolors.co/"},
{"name": "Gmail", "url": "http://gmail.com/"},
{"name": "neo4j Local", "url": "http://localhost:7474/"},
{"name": "rarbg", "url": "http://rarbg.to"}
] ]
} }
], ],
"searchEngine":"Brave", "searchEngine":"FindShit",
"user": "Pirate", "user": "Sébastien",
"disableMessage": false, "disableMessage": false,
"disableDate": false, "disableDate": false,
"disableSearchBar": false, "disableSearchBar": false,
"disable24Hour": true, "disable24Hour": false,
"disableWeather": false, "disableWeather": false,
"timeZone": "Africa/Cairo", "timeZone": "Eurpoe/Paris",
"weatherConf": { "weatherConf": {
"location": "Giza Egypt", "location": "Alfortville",
"unit": "cel" "unit": "cel"
}, },
"settingsIcon": false, "settingsIcon": false,

View File

@@ -17,7 +17,7 @@ timeZ = undefined
otherContentId = "other-content" otherContentId = "other-content"
userName = "" userName = ""
disable24Hour = false; disable24Hour = false;
appId = "fd2c04ed7f9802656bd2cc23bddc7ad9" appId = "d319d5bd85895258efbd0bffc9e9a894"
apiUrl = "http://api.openweathermap.org/data/2.5/weather" apiUrl = "http://api.openweathermap.org/data/2.5/weather"
bgClassContainer = [ bgClassContainer = [
"media", "media",
@@ -32,6 +32,7 @@ bgClassContainer = [
] ]
searchEngines = { searchEngines = {
"Google": "https://www.google.com/search?q=", "Google": "https://www.google.com/search?q=",
"FindShit": "https://findsh.it/search?q=",
"DuckDuckGo": "https://duckduckgo.com/?q=", "DuckDuckGo": "https://duckduckgo.com/?q=",
"Brave": "https://search.brave.com/search?q=", "Brave": "https://search.brave.com/search?q=",
"Yahoo": "https://search.yahoo.com/search?p=", "Yahoo": "https://search.yahoo.com/search?p=",