Browse Source

Update README.md

tteckster 3 years ago
parent
commit
34b165898b
1 changed files with 39 additions and 0 deletions
  1. 39 0
      README.md

+ 39 - 0
README.md

@@ -1480,6 +1480,45 @@ ________________________________________________________________________________
 
 </details>
 
+<details>
+<summary markdown="span"> 🔸File Browser</summary>
+ 
+<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/filebrowser.png?raw=true" height="100"/></p>
+
+<h1 align="center" id="heading"> File Browser </h1>
+
+To Install File Browser, ⚠️ run the following in the LXC console.
+
+```yaml
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/filebrowser-v3.sh)"
+```
+
+[File Browser](https://filebrowser.org/features) is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface. Many available features!
+
+
+
+**File Browser Interface - http:// IP:8080**
+
+⚙️ **Initial Login**
+
+**username** 
+ ```yaml
+ admin
+ ```
+ **password** 
+ ```yaml
+ changeme
+ ```
+ 
+⚙️ **To Update File Browser**
+
+```yaml
+Working On
+```
+___________________________________________________________________________________________ 
+
+</details>
+
 <details>
 <summary markdown="span"> Webmin System Administration</summary>