Skip to content

Commit 957fa3a

Browse files
authored
Merge pull request unraid#2497 from dkaser/feat/tailscale-stub
feat: add stub page for Tailscale plugin
2 parents 96224f1 + b583535 commit 957fa3a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Menu="NetworkServices"
2+
Icon="tailscale.png"
3+
Title="Tailscale"
4+
---
5+
<?PHP
6+
/* Copyright 2005-2023, Lime Technology
7+
* Copyright 2012-2023, Bergware International.
8+
*
9+
* This program is free software; you can redistribute it and/or
10+
* modify it under the terms of the GNU General Public License version 2,
11+
* as published by the Free Software Foundation.
12+
*
13+
* The above copyright notice and this permission notice shall be included in
14+
* all copies or substantial portions of the Software.
15+
*/
16+
?>
17+
<script>
18+
function installPlugin(file) {
19+
openPlugin("plugin install "+file,"_(Install Plugin)_","","refresh");
20+
}
21+
</script>
22+
23+
<div class="notice">_(Click **Install** to download and install the **Tailscale** plugin)_</div>
24+
25+
<form markdown="1" name="ca_install" method="POST" target="progressFrame">
26+
<input type="hidden" name="file" value="https://ca.unraid.net/dl/https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg">
27+
28+
&nbsp;
29+
: <span class="inline-block">
30+
<input type="button" value="_(Install)_" onclick="installPlugin(this.form.file.value)">
31+
</span>
32+
</form>
13.3 KB
Loading

0 commit comments

Comments
 (0)