Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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 }}")
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions ansible/vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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."
Expand Down Expand Up @@ -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"
Expand Down