From b445934037d9f09d9cda3a7ea4c190a771f951ac Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 26 Dec 2024 13:33:49 +0100 Subject: [PATCH] =?UTF-8?q?fix=20incorrect=20filenames=20in=20software/=20?= =?UTF-8?q?-=20filenames=20must=20be=20the=20kebab-case=20version=20of=20t?= =?UTF-8?q?he=20name:=20attribute=20in=20each=20file=20```=20ERROR:awesome?= =?UTF-8?q?=5Flint.py:=20apache.yml:=20file=20should=20be=20named=20apache?= =?UTF-8?q?-http-server.yml=20ERROR:awesome=5Flint.py:=20not-three.yml:=20?= =?UTF-8?q?file=20should=20be=20named=20not-th.re.yml=20ERROR:awesome=5Fli?= =?UTF-8?q?nt.py:=20bifroest.yml:=20file=20should=20be=20named=20engity's-?= =?UTF-8?q?bifr=C3=B6st.yml=20ERROR:awesome=5Flint.py:=20whattocook.yaml:?= =?UTF-8?q?=20file=20should=20be=20named=20what-to-cook=3F.yml=20ERROR:awe?= =?UTF-8?q?some=5Flint.py:=20scribblers.yml:=20file=20should=20be=20named?= =?UTF-8?q?=20scribble.rs.yml=20ERROR:awesome=5Flint.py:=20plexripper:=20f?= =?UTF-8?q?ile=20should=20be=20named=20plexripper.yml=20ERROR:awesome=5Fli?= =?UTF-8?q?nt.py:=20clustercontrol.yml:=20file=20should=20be=20named=20clu?= =?UTF-8?q?ster-control.yml=20```=20-=20ref.=20https://github.com/awesome-?= =?UTF-8?q?selfhosted/awesome-selfhosted-data/pull/1031?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/{apache.yml => apache-http-server.yml} | 0 software/bifroest.yml | 11 ----------- software/{clustercontrol.yml => cluster-control.yml} | 0 software/not-three.yml | 12 ------------ software/plexripper | 11 ----------- software/scribblers.yml | 12 ------------ software/whattocook.yaml | 10 ---------- 7 files changed, 56 deletions(-) rename software/{apache.yml => apache-http-server.yml} (100%) delete mode 100644 software/bifroest.yml rename software/{clustercontrol.yml => cluster-control.yml} (100%) delete mode 100644 software/not-three.yml delete mode 100644 software/plexripper delete mode 100644 software/scribblers.yml delete mode 100644 software/whattocook.yaml diff --git a/software/apache.yml b/software/apache-http-server.yml similarity index 100% rename from software/apache.yml rename to software/apache-http-server.yml diff --git a/software/bifroest.yml b/software/bifroest.yml deleted file mode 100644 index fd492cfd9d..0000000000 --- a/software/bifroest.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Engity's Bifröst -website_url: https://bifroest.engity.org/ -description: Highly customizable SSH server with several ways to authorize a user and options where and how to execute a user's session. -licenses: - - Apache-2.0 -platforms: - - Go - - Docker -tags: - - Remote Access -source_code_url: https://github.com/engity-com/bifroest diff --git a/software/clustercontrol.yml b/software/cluster-control.yml similarity index 100% rename from software/clustercontrol.yml rename to software/cluster-control.yml diff --git a/software/not-three.yml b/software/not-three.yml deleted file mode 100644 index acf98e4de4..0000000000 --- a/software/not-three.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: "not-th.re" -website_url: "https://not-th.re" -source_code_url: "https://github.com/not-three/main" -description: "Simple paste sharing platform, with client side encryption, featuring the monaco browser-based code editor." -licenses: - - NPOSL-3.0 -platforms: - - Nodejs - - Docker -tags: - - Pastebins -demo_url: "https://not-th.re" diff --git a/software/plexripper b/software/plexripper deleted file mode 100644 index 6cc5b97f54..0000000000 --- a/software/plexripper +++ /dev/null @@ -1,11 +0,0 @@ -name: "PlexRipper" -website_url: "https://www.plexripper.rocks/" -source_code_url: "https://github.com/PlexRipper/PlexRipper" -description: "A cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own." -licenses: - - GPL-3.0 -platforms: - - Docker -tags: - - Automation -depends_3rdparty: true diff --git a/software/scribblers.yml b/software/scribblers.yml deleted file mode 100644 index 748bf4d565..0000000000 --- a/software/scribblers.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: "Scribble.rs" -website_url: "https://github.com/scribble-rs/scribble.rs" -source_code_url: "https://github.com/scribble-rs/scribble.rs" -description: "A web-based pictionary game." -licenses: - - BSD-3-Clause -platforms: - - Go - - Docker -tags: - - Games -demo_url: "https://scribblers.fly.dev" diff --git a/software/whattocook.yaml b/software/whattocook.yaml deleted file mode 100644 index e6f84b5366..0000000000 --- a/software/whattocook.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: What To Cook? -website_url: https://github.com/kassner/whattocook -description: Get a recipe to cook today, based on the ingredients you have at home. -licenses: - - AGPL-3.0 -platforms: - - Docker -tags: - - Recipe Management -source_code_url: https://github.com/kassner/whattocook