Giter VIP home page Giter VIP logo

tiny-sub-webgui's Introduction

Tiny Subscription Manager

Web gui for ytdl-sub based on TinyFileManager This is simply an overlay of tinyfilemanagers single file php page adding features to make using ytdl-sub slightly easier to use, maybe?

WIP

Roadmap

  • Connect Run and Dry-Run buttons to ytdl-sub via - /var/run/docker.sock:/var/run/docker.sock ?
    • Using docker.sock although easy it looks to be a security vulnerability. (see below for option b)
  • Host and serve index.php using ytdl-sub container rather than in the tfm container. (safer than using docker.sock)
  • Parse examples and previous yml files to populate presets and overrides with previously used code snippets
  • Add ability to select a subscription.yml file and add it to the crontab via a button and interface
  • Limit presets available in dropdown based on media type selected

In Progress:

  • Collect and format data from add subscription interface and add to appropriate yml

Implemented:

  • Design interface for adding subscriptions
  • Cleanup UI by making extra features optional via the index.php variables
  • Add dark theme to text editor
  • Disable settings UI since we mount the index.php as RO to prevent tinyfilemanager from overwriting it
  • Make default advanced code editor theme configurable via index.php
  • Re-theme TFM to Tiny Subscription Manager

๐Ÿ“ข Features

  • ๐Ÿ’ฟ Open Source, light and extremely simple
  • ๐Ÿ“ฑ Mobile friendly view for touch devices
  • โ„น๏ธ Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
  • โซ Ajax Upload, Ability to drag & drop, upload from URL, multiple files upload with file extensions filter
  • ๐Ÿ“ Ability to create folders and files
  • ๐ŸŽ Ability to compress, extract files (tar)
  • ๐Ÿ˜Ž Support user permissions - based on session and each user root folder mapping
  • ๐Ÿ’พ Copy direct file URL
  • โœ๏ธ Cloud9 IDE - Syntax highlighting for over 150+ languages, Over 35+ themes with your favorite programming style
  • โšก Backup files and IP blacklist and whitelist
  • ๐Ÿ”Ž Search - Search and filter files using datatable js
  • ๐Ÿ“ Exclude folders and files from listing
  • ๐ŸŒ Multi-language(32+) support and for translations translation.json is file required
  • โ€ผ๏ธ lots more...

Screenshots (mobile - desktop)

Light mode Dark mode

Settings

All settings are via the index.php file

Default username/password: admin/admin@123 and user/12345.

โš ๏ธ Warning: Please set your own username and password in $auth_users before use. password is encrypted with password_hash(). To generate a new password hash please see the help menu and use the built in hash generator. Then enter the new hash and user name in the index.php file.

Deploy by Docker

Make sure you have already installed docker, Install reference

Notice: Your need an absolute path, and it will be served by tinyfilemanager.

If you want to serve this project at raspberry pi or another special platform, you can download the tinyfilemanager project and build the the image yourself.

Download the complete project to the location you would like to run the project from. https://github.com/Intrinsically-Sublime/tiny-sub-webgui.git

Edit the docker-compose-yml file to set your folder bindings, timezone and port

To pull the tinyfilemanger and ytdl-sub docker images and start the program

docker compose up -d

To update

docker compose pull
docker compose up -d

Access the interface at http://localhost:3132

License, Credit

  • Available under the GNU license
  • Original concept and development by github.com/alexantr/filemanager
  • CDN Used - jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, and DataTable js
  • To report a bug or request a feature, please file an issue
  • Contributors

tiny-sub-webgui's People

Contributors

intrinsically-sublime avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.