소스 검색

Remove Airsonic-Advanced from 32bit template (#287)

Rafael Blumberg 3 년 전
부모
커밋
9ccec18829
2개의 변경된 파일1개의 추가작업 그리고 66개의 파일을 삭제
  1. 1 1
      docs/AppList.md
  2. 0 65
      template/portainer-v2-arm32.json

+ 1 - 1
docs/AppList.md

@@ -7,7 +7,7 @@ List of all apps included in this project with info related to it.
 |App Title|System|Type |Official<br>Doc|PiHosted<br>Doc|Install Script|Extra Scripts|Youtube Video|
 |:--------|:----:|:---:|:-------------:|:-------------:|:------------:|:------------|:-----------:|
 |[Airsonic](https://airsonic.github.io/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://airsonic.github.io/docs/install/docker/) |  |  |  |  |
-|[Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/linuxserver/docker-airsonic-advanced) |  |  |  |  |
+|[Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced)|64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/linuxserver/docker-airsonic-advanced) |  |  |  |  |
 |[Archivebox](https://archivebox.io/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/ArchiveBox/ArchiveBox/wiki/Docker) |  |  |  |  |
 |[Authelia](https://www.authelia.com/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://www.authelia.com/docs/configuration/) |  |  |  |  |
 |[Bazarr](https://www.bazarr.media/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://wiki.bazarr.media/Getting-Started/Installation/Docker/docker/) |  |  |  |  |

+ 0 - 65
template/portainer-v2-arm32.json

@@ -66,71 +66,6 @@
 				}
 			]
 		},
-		{
-			"categories": [
-				"Music"
-			],
-			"description": "Airsonic Advanced is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
-			"env": [
-				{
-					"default": "1000",
-					"label": "PUID",
-					"name": "PUID"
-				},
-				{
-					"default": "1000",
-					"label": "PGID",
-					"name": "PGID"
-				},
-                {
-					"default": "America/New_York",
-                    "label": "TZ",
-                    "name": "TZ"
-                },
-				{
-					"default": "airsonic",
-					"label": "CONTEXT_PATH",
-					"name": "CONTEXT_PATH"
-				},
-				{
-					"default": "-Xms256m -Xmx512m",
-					"label": "JAVA_OPTS",
-					"name": "JAVA_OPTS"
-				}
-			],
-			"image": "linuxserver/airsonic-advanced:latest",
-			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/airsonic-logo.png",
-			"name": "airsonic-advanced",
-			"platform": "linux",
-			"ports": [
-				"4040:4040/tcp"
-			],
-			"restart_policy": "unless-stopped",
-			"title": "Airsonic Advanced",
-			"type": 1,
-			"volumes": [
-				{
-					"bind": "/portainer/Music",
-					"container": "/music"
-				},
-				{
-					"bind": "/portainer/Files/AppData/Config/Airsonic-Advanced/Playlists",
-					"container": "/playlists"
-				},
-				{
-					"bind": "/portainer/Podcasts",
-					"container": "/podcasts"
-				},
-				{
-					"bind": "/portainer/Files/AppData/Config/Airsonic-Advanced/Media",
-					"container": "/media"
-				},
-				{
-					"bind": "/portainer/Files/AppData/Config/Airsonic-Advanced/Config",
-					"container": "/config"
-				}
-			]
-		},
 		{
 			"categories": [
 				"Other",