Home > front end >  Beautify the filebrowser together the front end of the page.
Beautify the filebrowser together the front end of the page.

Time:02-08


I am a novice, only slightly modify some open source projects, quite good play,

Sometimes want to share the pictures or videos in the hard disk to others, don't want to let others FTP software what (a lot of people don't use), best can access directly in the browser, and then you can directly download or online watch, I began to study personal network backup, after installing a dozen personal network location, found that on the lot filebrowser most can meet the demand, don't need any environment, any system can be run directly (on a router can run smoothly), and access to the reaction speed is very fast, the key is to structure design of good, more transparent than other network location, can run in any directory, manage the root directory of Linux can be located in the root directory, or Windows of d: \, etc., used for remote access and sharing of files on the machine is too great,

Is feeling, filebrowser front-end design is not perfect, (and that can be tao cloud kodbox comparison: https://kodsky.com/),
1. Kodbox can jump out from the browser to browse pictures, full screen directly, and the slide switch next, other network backup seems to have not done, the use js to achieve?
2. Kodbox browse through pictures, press the browser's back button, can return to the upper directory directly, and a picture of a browse on filebrowser will return, this is bored, sometimes after browsing the dozens of photos, want to quit, to go to other directories, must press the return key dozens of times, or simply restart the browser, can this change?


Myself for a few days, to modify the official version of something front-end (mainly from the pull request downloaded others change is not included in the official source, oneself the adjustable), joined the magnified image preview window, phone slide switch images, transparent bar, accelerate the thumbnail list, etc.,,, feel is good, you can compare the original, is the above two problems to solve,,, have a player to play this?

Windows version filebrowser:
The official original
https://github.com/filebrowser/filebrowser/releases/download/v2.11.0/windows-amd64-filebrowser.zip
I modified
https://github.com/niubility000/filebrowser/releases/download/2.11-modified/filebrowser.exe
I modify the source code, including Windows under the cross-platform compilation method (simple) :
https://github.com/niubility000/filebrowser/releases/download/2.11-modified/newest.modified.zip
The official source:
https://github.com/filebrowser/filebrowser/archive/v2.11.0.zip

Run down, double-click the filebrowser. Exe, the browser access 127.0.0.1:8080 line, the user name password is admin, set the best change double-click to click inside, or on the phone is not working,
Best before operation, in powershell to file directory, initialization Settings: outside the network can use aaa: 123456 visited,
. \ filebrowser - d filebrowser. Db config init
. \ filebrowser - d filebrowser. Db config set -- address 0.0.0.0 - root d:/
. \ filebrowser - d filebrowser. Db users add aaa 123456 - perm. Admin

Is there any interesting front-end technology and special effects, can try use this open source project, it was already finished, change is much simpler than make a,
  • Related