From c07130f781976771c91d2472dd96e685f6edd173 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Tue, 3 Mar 2026 03:00:58 -0500 Subject: [PATCH 1/2] Add Scanopy software entry to scanopy.yml Updated software entry for Scanopy with relevant details including name, website, source code URL, description, platforms, tags, and demo URL. --- software/scanopy.yml | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 software/scanopy.yml diff --git a/software/scanopy.yml b/software/scanopy.yml new file mode 100644 index 0000000000..2faa7950d9 --- /dev/null +++ b/software/scanopy.yml @@ -0,0 +1,53 @@ +--- +name: Addition +about: Add new software to the list. +title: Add Scanopy +labels: addition, reviewers wanted +assignees: '' + +--- + + + +Thanks for taking the time to suggest an addition to awesome-selfhosted! + +Please fill out information below (all fields are mandatory unless noted otherwise): + +```yaml +# software name +name: "Scanopy" +# URL of the software project's homepage +website_url: "https://scanopy.net" +# URL where the full source code of the program can be downloaded +source_code_url: "https://github.com/scanopy/scanopy" +# description of what the software does, shorter than 250 characters, sentence case +description: "Create clean network diagrams. One-time setup, zero upkeep." +# list of license identifiers, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/licenses.yml for the full list of licenses +licenses: + - AGPL-3.0 +# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms +platforms: + - Rust + - Svelte + - Typescript + - Docker +# list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags +tags: + - Analytics + - Network Utilities + - Monitoring + - Pastebins +# (optional, true/false, default false) whether the software depends on a third-party service outside the user's control +depends_3rdparty: false +# (optional) link to an interactive demo of the software +demo_url: "https://demo.scanopy.net" +# (optional) link to a list of clients/addons/plugins/apps/bots... for the software +``` + +To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): +- [x] Submit one item per issue. This eases reviewing and speeds up inclusion. +- [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. +- [x] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.bevry.me](https://staticsitegenerators.bevry.me/), [dbdb.io](https://dbdb.io/browse). +- [x] Any software project you are adding to the list is actively maintained. +- [x] Any software project you are adding was first released more than 4 months ago. +- [x] Any software project you are adding has working installation instructions. From 95433cc4302b65599b4809313b07c4424c8ce3ad Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Tue, 3 Mar 2026 03:06:11 -0500 Subject: [PATCH 2/2] Fix Scanopy entry fields --- software/scanopy.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/software/scanopy.yml b/software/scanopy.yml index 2faa7950d9..02a0bbd1fb 100644 --- a/software/scanopy.yml +++ b/software/scanopy.yml @@ -1,53 +1,16 @@ ---- -name: Addition -about: Add new software to the list. -title: Add Scanopy -labels: addition, reviewers wanted -assignees: '' - ---- - - - -Thanks for taking the time to suggest an addition to awesome-selfhosted! - -Please fill out information below (all fields are mandatory unless noted otherwise): - -```yaml -# software name name: "Scanopy" -# URL of the software project's homepage website_url: "https://scanopy.net" -# URL where the full source code of the program can be downloaded source_code_url: "https://github.com/scanopy/scanopy" -# description of what the software does, shorter than 250 characters, sentence case description: "Create clean network diagrams. One-time setup, zero upkeep." -# list of license identifiers, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/licenses.yml for the full list of licenses licenses: - AGPL-3.0 -# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms platforms: - Rust - - Svelte - - Typescript - Docker -# list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags tags: - Analytics - Network Utilities - Monitoring - Pastebins -# (optional, true/false, default false) whether the software depends on a third-party service outside the user's control depends_3rdparty: false -# (optional) link to an interactive demo of the software demo_url: "https://demo.scanopy.net" -# (optional) link to a list of clients/addons/plugins/apps/bots... for the software -``` - -To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): -- [x] Submit one item per issue. This eases reviewing and speeds up inclusion. -- [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. -- [x] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.bevry.me](https://staticsitegenerators.bevry.me/), [dbdb.io](https://dbdb.io/browse). -- [x] Any software project you are adding to the list is actively maintained. -- [x] Any software project you are adding was first released more than 4 months ago. -- [x] Any software project you are adding has working installation instructions.