Port File Browser to ARM64

This commit is contained in:
Sam Heinz
2024-06-03 14:40:16 +10:00
parent 6f4652ab0e
commit d525e47243
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ If you would like to offer support, I would appreciate a star on the repository,
| Script | Status | Notes | | Script | Status | Notes |
| -------------- | ------ | -------------------- | | -------------- | ------ | -------------------- |
| VS Code Server | ⭕ | | | File Browser | ⭕ | |
| OliveTin | ☑️ | | | OliveTin | ☑️ | |
| NetBird | ☑️ | No changes required. | | NetBird | ☑️ | No changes required. |
| Tailscale | ✅ | No changes required. | | Tailscale | ✅ | No changes required. |
| VS Code Server | ⭕ | |
+1 -1
View File
@@ -67,7 +67,7 @@ read -r -p "Would you like to use No Authentication? <y/N> " prompt
msg_info "Installing ${APP}" msg_info "Installing ${APP}"
apt-get install -y curl &>/dev/null apt-get install -y curl &>/dev/null
RELEASE=$(curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g') RELEASE=$(curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g')
curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE/linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE/linux-arm64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
filebrowser config init -a '0.0.0.0' &>/dev/null filebrowser config init -a '0.0.0.0' &>/dev/null
+4
View File
@@ -151,6 +151,10 @@
"status": "created", "status": "created",
"notes": "" "notes": ""
}, },
"File Browser": {
"status": "untested",
"notes": ""
},
"FlowiseAI LXC": { "FlowiseAI LXC": {
"status": "unsupported", "status": "unsupported",
"notes": "NPM Error. Use Docker image." "notes": "NPM Error. Use Docker image."