Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iontelos/dinafiles
In-browser file manager
https://github.com/iontelos/dinafiles
debian dinabrowser filebrowser filemanager fileviewer linux texteditor
Last synced: about 2 months ago
JSON representation
In-browser file manager
- Host: GitHub
- URL: https://github.com/iontelos/dinafiles
- Owner: IonTeLOS
- License: gpl-3.0
- Created: 2023-10-19T18:57:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T17:58:40.000Z (about 1 year ago)
- Last Synced: 2023-10-22T17:50:16.555Z (about 1 year ago)
- Topics: debian, dinabrowser, filebrowser, filemanager, fileviewer, linux, texteditor
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
DinaFiles is a file manager inside your browser and was developed as an extension for Dina Browser https://github.com/iontelos/Dina.
It is a simple graphical wrapper to launch and stop filebrowser.
filebrowser runs on localhost, port 7001.
A function in the script is dedicated to downloading and installing the filebrowser executable. It's a modified and simplified version of the official filebrowser installation script provided by filebrowser.org
The installation of Dina is suggested but not required to use DinaFiles. You can use the option --browser foo to launch the app in the browser of your choice. The option --fullscreen launches dinafiles in Dina browser in fullscreen.
Dina Browser is a minimal browser built with tauri and Pake and uses the WebKit rendering engine.
filebrowser https://github.com/filebrowser/filebrowser and Pake https://github.com/tw93/Pake are credited external projects with their own licenses.
The custom.css file is credited external work by Richard Asplin (https://github.com/richneptune)
Icons used are material icons by Google
A .deb package is included in the ReleasesTo add the repository and install DinaFiles :
wget -qO - https://iontelos.github.io/appy/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/appy.gpg
sudo curl -s --compressed -o /etc/apt/sources.list.d/telos.list "https://iontelos.github.io/appy/telos.list"
sudo apt clean
sudo apt update
sudo apt install dinafilesDinaFiles and Dina run on Linux._