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