Skip to content

Commit 7d2b13f

Browse files
Merge branch 'linuxserver:master' into master
2 parents 0de754d + 8e7b8b0 commit 7d2b13f

File tree

6 files changed

+34
-0
lines changed

6 files changed

+34
-0
lines changed

ByteStash/ByteStash.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\ByteStash;
4+
5+
class ByteStash extends \App\SupportedApps
6+
{
7+
}

ByteStash/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "bdaf9034b558e70fc584d519952bfad13ae8a4f9",
3+
"name": "ByteStash",
4+
"website": "https://github.com/jordan-dalby/ByteStash",
5+
"license": "GNU General Public License v3.0 or later",
6+
"description": "ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "bytestash.png"
10+
}

ByteStash/bytestash.png

2.54 KB
Loading

RdioScanner/RdioScanner.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\RdioScanner;
4+
5+
class RdioScanner extends \App\SupportedApps
6+
{
7+
}

RdioScanner/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "79ed8d7ba9a16cdb777cdfef4c725c7ac14566d1",
3+
"name": "Rdio Scanner",
4+
"website": "https://github.com/chuot/rdio-scanner",
5+
"license": "GNU General Public License v3.0 or later",
6+
"description": "Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "rdioscanner.png"
10+
}

RdioScanner/rdioscanner.png

37 KB
Loading

0 commit comments

Comments
 (0)