From 93e7a7fdb447e045403ec15ebcb6038d9fb9c950 Mon Sep 17 00:00:00 2001 From: quietsy Date: Tue, 3 Jun 2025 23:07:54 +0300 Subject: [PATCH] Remove fleet --- .../documentation/templates/README_SNIPPETS/GROUP_BADGES.j2 | 1 - .../documentation/templates/README_SNIPPETS/GROUP_INFO.j2 | 1 - ansible/vars/common.yml | 3 --- 3 files changed, 5 deletions(-) diff --git a/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_BADGES.j2 b/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_BADGES.j2 index 178052d4..7eec3f13 100644 --- a/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_BADGES.j2 +++ b/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_BADGES.j2 @@ -1,6 +1,5 @@ [![Blog]({{ lsio_shieldsio_static_blog }})]({{ lsio_blog_url }} "{{ lsio_blog_desc }}") [![Discord]({{ lsio_shieldsio_discord }})]({{ lsio_discord_url }} "{{ lsio_discord_desc }}") [![Discourse]({{ lsio_shieldsio_discourse_topics }})]({{ lsio_discourse_url }} "{{ lsio_discourse_desc }}") -[![Fleet]({{ lsio_shieldsio_static_fleet }})]({{ lsio_fleet_url }} "{{ lsio_fleet_desc }}") [![GitHub]({{ lsio_shieldsio_static_github }})]({{ lsio_github_url }} "{{ lsio_github_desc }}") [![Open Collective]({{ lsio_shieldsio_opencollective_all }})]({{ lsio_opencollective_url }} "{{ lsio_opencollective_desc }}") diff --git a/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_INFO.j2 b/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_INFO.j2 index 8205560e..d93ff375 100644 --- a/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_INFO.j2 +++ b/ansible/roles/documentation/templates/README_SNIPPETS/GROUP_INFO.j2 @@ -15,6 +15,5 @@ Find us at: * [Blog]({{ lsio_blog_url }}) - {{ lsio_blog_desc }} * [Discord]({{ lsio_discord_url }}) - {{ lsio_discord_desc }} * [Discourse]({{ lsio_discourse_url }}) - {{ lsio_discourse_desc }} -* [Fleet]({{ lsio_fleet_url }}) - {{ lsio_fleet_desc }} * [GitHub]({{ lsio_github_url }}) - {{ lsio_github_desc }} * [Open Collective]({{ lsio_opencollective_url }}) - {{ lsio_opencollective_desc }} diff --git a/ansible/vars/common.yml b/ansible/vars/common.yml index 5b70b45f..de75e470 100644 --- a/ansible/vars/common.yml +++ b/ansible/vars/common.yml @@ -14,7 +14,6 @@ lsio_discord_url: "https://linuxserver.io/discord" lsio_discourse_url: "https://discourse.{{ lsio_short_url }}" lsio_docker_hub_url: "https://hub.docker.com/r/{{ lsio_project_name_short }}" lsio_docs_url: "https://docs.{{ lsio_short_url }}" -lsio_fleet_url: "https://fleet.{{ lsio_short_url }}" lsio_github_url: "https://github.com/{{ lsio_project_name_short }}" lsio_gitlab_url: "https://gitlab.com/{{ lsio_project_name }}" lsio_mods_url: "https://mods.{{ lsio_short_url }}/?mod={{ project_name }}" @@ -38,7 +37,6 @@ arch_armhf: "armhf" lsio_blog_desc: "all the things you can do with our containers including How-To guides, opinions and much more!" lsio_discord_desc: "realtime support / chat with the community and the team." lsio_discourse_desc: "post on our community forum." -lsio_fleet_desc: "an online web interface which displays all of our maintained images." lsio_github_desc: "view the source for all of our repositories." lsio_mods_desc: "view available mods for this container." lsio_universal_mods_desc: "view available universal mods." @@ -72,7 +70,6 @@ lsio_shieldsio_jenkins_build: "https://img.shields.io/jenkins/build?{{ lsio_badg lsio_shieldsio_microbadger_layers: "https://img.shields.io/microbadger/layers/{{ lsio_project_name_short }}/{{ project_name }}.svg?{{ lsio_badge_url_parameters }}" lsio_shieldsio_opencollective_all: "https://img.shields.io/opencollective/all/{{ lsio_project_name_short }}.svg?{{ lsio_badge_url_parameters }}&label=Supporters&logo=open%20collective" lsio_shieldsio_static_blog: "https://img.shields.io/static/v1.svg?{{ lsio_badge_url_parameters }}&label={{ lsio_project_name }}&message=Blog" -lsio_shieldsio_static_fleet: "https://img.shields.io/static/v1.svg?{{ lsio_badge_url_parameters }}&label={{ lsio_project_name }}&message=Fleet" lsio_shieldsio_static_github_package: "https://img.shields.io/static/v1.svg?{{ lsio_badge_url_parameters }}&label={{ lsio_project_name }}&message=GitHub%20Package&logo=github" lsio_shieldsio_static_github: "https://img.shields.io/static/v1.svg?{{ lsio_badge_url_parameters }}&label={{ lsio_project_name }}&message=GitHub&logo=github" lsio_shieldsio_static_gitlab_registry: "https://img.shields.io/static/v1.svg?{{ lsio_badge_url_parameters }}&label={{ lsio_project_name }}&message=GitLab%20Registry&logo=gitlab"