changed http to https
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-10-11 22:34:32 +05:30
parent 6afbc899e1
commit 69a9e8000c

View File

@@ -20,19 +20,19 @@ const items = [
serviceList: [ serviceList: [
{ {
name: "Jellyseerr", name: "Jellyseerr",
url: "http://jellyseerr.aetoskia.com", url: "https://jellyseerr.aetoskia.com",
desc: "Summon films and series from the digital void.", desc: "Summon films and series from the digital void.",
external: true external: true
}, },
{ {
name: "Sonarr", name: "Sonarr",
url: "http://sonarr.aetoskia.com", url: "https://sonarr.aetoskia.com",
desc: "Keep the endless chronicles of TV under iron control.", desc: "Keep the endless chronicles of TV under iron control.",
external: true external: true
}, },
{ {
name: "Radarr", name: "Radarr",
url: "http://radarr.aetoskia.com", url: "https://radarr.aetoskia.com",
desc: "Command the legions of cinema, enforce cinematic order.", desc: "Command the legions of cinema, enforce cinematic order.",
external: true external: true
}, },
@@ -46,19 +46,19 @@ const items = [
serviceList: [ serviceList: [
{ {
name: "Gitea", name: "Gitea",
url: "http://gitea.aetoskia.com", url: "https://gitea.aetoskia.com",
desc: "Forge and safeguard code like a sacred relic.", desc: "Forge and safeguard code like a sacred relic.",
external: true external: true
}, },
{ {
name: "Registry", name: "Registry",
url: "http://registry.aetoskia.com", url: "https://registry.aetoskia.com",
desc: "Monitor core constructs of the digital empire.", desc: "Monitor core constructs of the digital empire.",
external: true external: true
}, },
{ {
name: "Drone", name: "Drone",
url: "http://drone.aetoskia.com", url: "https://drone.aetoskia.com",
desc: "Automaton architect, building pipelines of perfection.", desc: "Automaton architect, building pipelines of perfection.",
external: true external: true
}, },
@@ -72,13 +72,13 @@ const items = [
serviceList: [ serviceList: [
{ {
name: "Portainer", name: "Portainer",
url: "http://portainer.aetoskia.com", url: "https://portainer.aetoskia.com",
desc: "Oversee the fleet of containers with unyielding vigilance.", desc: "Oversee the fleet of containers with unyielding vigilance.",
external: true external: true
}, },
{ {
name: "Traefik", name: "Traefik",
url: "http://traefik.aetoskia.com", url: "https://traefik.aetoskia.com",
desc: "Marshal your gateways and protect the flow between realms.", desc: "Marshal your gateways and protect the flow between realms.",
external: true external: true
}, },