mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Removing Deprecated Unraid Template
This commit is contained in:
parent
672ceae088
commit
9dcebcb4fd
@ -1,58 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<!-- GENERATED FROM https://github.com/linuxserver/docker-airsonic/blob/master/readme-vars.yml -->
|
||||
<Container version="2">
|
||||
<Name>airsonic</Name>
|
||||
<Repository>lscr.io/linuxserver/airsonic</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/airsonic</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-airsonic/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<GitHub>https://github.com/linuxserver/docker-airsonic#application-setup</GitHub>
|
||||
<ReadMe>https://github.com/linuxserver/docker-airsonic#readme</ReadMe>
|
||||
<Project>https://github.com/airsonic/airsonic</Project>
|
||||
<Overview>Airsonic(https://github.com/airsonic/airsonic) is a free, web-based media streamer, providing ubiquitious 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.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:4040]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/airsonic.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png</Icon>
|
||||
<Date>2019-03-24</Date>
|
||||
<Changes>
|
||||
### 2019-03-24
|
||||
- Switching to new Base images, shift to arm32v7 tag.
|
||||
|
||||
### 2019-01-26
|
||||
- Add pipeline logic and multi arch.
|
||||
|
||||
### 2019-01-05
|
||||
- Linting fixes.
|
||||
|
||||
### 2018-08-27
|
||||
- Use new inhouse java baseimage for quicker builds.
|
||||
|
||||
### 2018-08-23
|
||||
- Rebase to ubuntu bionic for increased performance across all arch's.
|
||||
|
||||
### 2018-04-22
|
||||
- Add the forgotten JAVA_OPTS to the run command.
|
||||
|
||||
### 2017-12-29
|
||||
- Initial Release.
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="4040" Default="4040" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Configuration file location." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /music" Target="/music" Default="" Mode="rw" Description="Location of music." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /playlists" Target="/playlists" Default="" Mode="rw" Description="Location for playlists to be saved to." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /podcasts" Target="/podcasts" Default="" Mode="rw" Description="Location of podcasts." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /media" Target="/media" Default="" Mode="rw" Description="Location of other media." Type="Path" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="CONTEXT_PATH" Target="CONTEXT_PATH" Default="URL_BASE" Description="For setting url-base in reverse proxy setups." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="JAVA_OPTS" Target="JAVA_OPTS" Default="options" Description="For passing additional java options." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
<Config Name="/dev/snd" Default="/dev/snd" Description="Only needed to pass your host sound device to Airsonic's Java jukebox player." Type="Device" Display="always" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
@ -9,3 +9,4 @@ openvpn-as
|
||||
tester
|
||||
wireguard
|
||||
requestrr
|
||||
airsonic
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user