Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SmartPhoneLover

Members
  • Joined

  • Last visited

Everything posted by SmartPhoneLover

  1. This docker template was created based on an already available docker image GitHub: https://github.com/ihexxa/quickshare DockerHub: https://hub.docker.com/r/hexxa/quickshare Documentation: https://github.com/ihexxa/quickshare/blob/main/docs/doc.md My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Quick and simple file sharing between different devices, built with Go, React and Typescript. Features: File Management - Support uploading, downloading, creating, deleting and moving files and folders - Resumable uploading and downloading - Manage files and folders in browser - Share directories to others, including anonymous - Scan QR codes to visit sharing folders - Upload hundreds of files at once - Steaming uploading: make it work behind CDN or reverse proxy - Files can also be managed from OS User Management - Support multiple users - Each user has a role (user/admin) - User home directory - Per-user download & upload speed limiting - Per-user space quota MISC - Adaptive UI - I18n support - Wallpaper customization - Cross-platform: support Linux, Mac and Windows Live demo: https://hexxa-quickshare.herokuapp.com/ Credentials: demo/Quicksh@re (user/pass) VERSION 1.0 (2022-02-12) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  2. Do you mean you have the following dirs? - /.../appdata/FileGator - /.../appdata/filegator - - - - - - - - - - - - - - UPDATE (1): Very sorry about that, it was my fault, not buildind the template, but explaining how to set it up in the NOTES section. I made a little mistake on the config file while downloading it. The correct filename is 'configuration.php', not 'configuration_sample.php'. cmd1: mkdir -m755 -p /mnt/user/appdata/filegator/config_file cmd2: curl https://raw.githubusercontent.com/filegator/filegator/master/configuration_sample.php --output /mnt/user/appdata/filegator/config_file/configuration.php UPDATE (2): About having two subdirectories with the same, but one with capital letters and the other not, I think this is something related to unRAID. I will report that, I have noticed this time ago in some docker templates as well, but didn't give importance to that. To solve that problem, just be sure to edit the paths from template. I will always use non-capital letters for all the paths I configure on my templates.
  3. Just wait for about an hour from now, until it's available on CA. Rebuild it from scratch to prevent errors. And about the file, I didn't see it, sorry. That's why I didn't add it on the template before.
  4. I have updated the template with your request. Now you can use your own 'configuration.php' file locally.
  5. UPDATE 1.1 (2022-02-11) - Added: Added 'configuration.php' file mount point. - Other: Other minor changes.
  6. This docker template was created based on an already available docker image WebSite: https://ethercalc.net/ GitHub: https://github.com/audreyt/ethercalc DockerHub: https://hub.docker.com/r/audreyt/ethercalc My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION EtherCalc is a web spreadsheet. Your data is saved on the web, and people can edit the same document at the same time. Everybody's changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions and more! NOTES • Redis server is not required, if you don't want it. Check 'https://github.com/audreyt/ethercalc#installation' to know more. VERSION 1.0 (2022-02-11) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  7. This docker template was created based on an already available docker image GitHub: https://github.com/modem7/my-mind GitHub (original): https://github.com/ondras/my-mind DockerHub: https://hub.docker.com/r/modem7/my-mind My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION My Mind is a web application for creating and managing Mind maps. It is free to use and it is distributed under the terms of the MIT license. Live demo: https://my-mind.github.io/ https://my-mind.github.io/?url=examples%2Ffeatures.mymind VERSION 1.0 (2022-02-11) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  8. This docker template was created based on an already available docker image GitHub: https://github.com/modem7/Docker-NewYearCountdown GitHub (original): https://github.com/patrickgold/newyear-countdown DockerHub: https://hub.docker.com/r/modem7/newyearcountdown My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Web app that counts down to next January 1st. It selects automatically the next year (based on local system time). Live demo: https://modem7.github.io/Docker-NewYearCountdown/countdown.html https://patrickgold.dev/newyear-countdown/countdown.html VERSION 1.0 (2022-02-11) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  9. This docker template was created based on an already available docker image WebSite: https://www.nytimes.com/games/wordle/index.html GitHub: https://github.com/modem7/docker-wordle DockerHub: https://hub.docker.com/r/modem7/wordle My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION This is a clone project of the popular word guessing game we all know and love, called: Wordle. VERSION 1.1 (2022-02-14) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  10. Just don't mount the affected directory. I will add a request to delete that link, or maybe create a different one, so the user will end with 3 different mount points to choose from.
  11. Hi @darkmesh The 2 only extra directories I'm aware of, are: '/repository' and '/private'. Both directories are already mounted, but with symlinks inside that image. So, no more mount points are required for this container, except the ones I have added into the template. See below... Here you can see that the 2 extra folders are the same ones I have mentioned before (repository and data). Here and here you can see that the owner of the image has added the link to /repository, mounting it under '/data'. The root of '/data'. And below (image attached) you can see where both '/private' and 'repository' directories are symlinked inside the image. In short, there's no need to mount any extra folder from inside the container. /data... Contains all the uploaded files and/or folders created within FileGator. In other words, the same data that could be found inside '/repository'. /config... Contains all the relevant files and subfolders from its configurations, including the '/private' dir, but under '/www'. Hope that clarifies what you were asking about.
  12. Hello, just to clarify... After downloading the file (config.toml), did you modify it according to your details, before building the container. (secret, database_url) For example, if you create the PostgreSQl container with the following details, you must configure the same exact settings inside 'config.toml' file. All of this, before starting the Void container for the first time. - User: void - Pass: void - DB: void_db Here the same issue happent to another user, but seems to be fixed by, maybe executing the required cmds in the correct order, or editing the first command according to the details from PostgreSQL container.
  13. Sorry about that, but I don't know why could be happening. Anyway, I have opened an issue on GitHub. You can follow it here.
  14. This docker template was created based on an already available docker image GitHub: https://github.com/AlphaNecron/Void/ DockerHub: https://hub.docker.com/r/alphanecron/void My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION A self-hosted file hosting service based on Zipline with many features. Features: - Configurable - Fast and reliable - Elegant Web UI - Built with Next.js & React - Token-protected uploading - Easy to setup - Invisible URL - Emoji URL - Text previewing (with syntax highlighting) - Video embed - URL shortener - Discord bot - Password-protected URL - Embed customization (with variables) How to proceed after container installation? Before going into the next steps, configure the database container and run the required cmds. Then, after you have filled-in all the required fields (capital letters) from 'config.toml' file and Void's container was created (running)... 1. Wait until the container loads and is being configured internally. Then, it will be stopped (fail to start). This is an example of the log (Terminal) you should see. 2. Launch the container again, and open the terminal on it. 3. Run the following cmds: 'export DATABASE_URL=postgres://USER:PASS@HOST_IP:PORT/DB_NAME' (edit with your details) and 'yarn prisma db seed'. This is an example of the log you should see, if no errors. 4. Now you can login with default credentials. 5. Done! NOTES • The default credentials: admin/voiduser (user/pass). • An external PostgreSQL database is required. • Run the followind cmds and edit the 'config.toml' file before building the container: 'mkdir -m755 -p /mnt/user/appdata/void/config' and 'curl https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/dependencies/void/config.toml --output /mnt/user/appdata/void/config/config.toml'. VERSION 1.0 (2022-02-10) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  15. This docker template was created based on an already available docker image GitHub: https://github.com/epoupon/lms DockerHub: https://hub.docker.com/r/epoupon/lms My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION LMS (Lightweight Music Server) is a self-hosted music streaming software: access your music collection from anywhere using a web interface! Features: - Low memory requirements: the demo instance runs on a Raspberry Pi Zero W - Recommendation engine - Audio transcode for maximum interoperability and low bandwith requirements - Multi-value tags: artists, genres, composers, lyricists, moods, ... - MusicBrainz Identifier support to handle duplicated artist and release names - ListenBrainz support for scrobbling and synchronizing listens - Compilation support - Disc subtitles support - ReplayGain support - Persistent play queue across sessions - Systemd integration - User management, with several authentication backends, see Deployment - Subsonic API, with the following additional features (playlists and bookmarks) Live demo: http://lms-demo.poupon.dev/ The administration panel is not available in the live demo. NOTES • Run the following cmds before building the container: 'mkdir -m 777 -p /mnt/user/appdata/lms/data /mnt/user/appdata/lms/config' and 'curl https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/dependencies/lms/lms.conf --output /mnt/user/appdata/lms/config/lms.conf'. VERSION 1.0 (2022-02-09) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  16. This docker template was created based on an already available docker image WebSite: https://filegator.io/ GitHub: https://github.com/maxime1907/docker-filegator GitHub (original): https://github.com/filegator/filegator DockerHub: https://hub.docker.com/r/maxime1907/filegator Documentation: https://docs.filegator.io/ My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION FileGator is a free, open-source, self-hosted web application for managing files and folders. Features and goals: - Multiple storage adapters (Local, FTP, Amazon S3, Dropbox, DO Spaces, Azure Blob and many others via Flysystem) - Multiple auth adapters with roles and permissions (Store users in json file, database or use WordPress) - Multiple session adapters (Native File, Pdo, Redis, MongoDB, Memcached and others via Symfony) - Single page front-end (built with Vuejs, Bulma and Buefy) - Chunked uploads (built with Resumable.js) - Zip and bulk download support - Highly extensible, decoupled and tested code - No database required - Framework free Typical use cases: - Share a folder with colleagues, your team, friends or family - Give students access to upload their work - Allow workers to upload field data / docs / images - Use as cloud backup - Manage cdn with multiple people - Use as ftp/sftp replacement - Manage s3 or other 3rd party cloud storage - Use to quickly zip and download remote files Live demo: https://github.com/filegator/filegator#demo NOTES • The default credentials: admin/admin123 (user/pass). • This image was based on Linuxserver.io's alpine nginx. • Run the following cmds before building the container: 'mkdir -m755 -p /mnt/user/appdata/filegator/config_file' and 'curl https://raw.githubusercontent.com/filegator/filegator/master/configuration_sample.php --output /mnt/user/appdata/filegator/config_file/configuration.php'. • You can customize the interface and how FileGator works even deeper, by editing its 'configuration.php' file. Check 'https://docs.filegator.io/configuration/basic.html' to know more. VERSION 1.1 (2022-02-11) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  17. This docker template was created based on an already available docker image GitHub: https://github.com/sentriz/gonic DockerHub: https://hub.docker.com/r/sentriz/gonic My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION FLOSS alternative to subsonic, supporting its many clients. Features: - Browsing by folder - Browsing by tags - On-the-fly audio transcoding and caching (requires ffmpeg) - Jukebox mode - Support for per-user podcasts - Pretty fast scanning - Multiple users - Listenbrainz scrobbling - Artist similarities and biographies from the last.fm api - Multiple genre support - Web interface for configuration - Support for the album-artist tag, to not clutter your artist list with compilation album appearances - Written in go - Newer salt and token auth - Tested on dsub, jamstash, sublime music, soundwaves, and stmp NOTES • The default credentials: admin/admin (user/pass). • You have other variables that you can use to fully customize the service. Check 'https://github.com/sentriz/gonic#configuration-options' to know more. • To configure 'jukebox' checl the GitHub repo: 'https://github.com/sentriz/gonic#with-docker'. VERSION 1.0 (2022-02-09) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  18. This docker template was created based on an already available docker image GitHub (1): https://github.com/orhun/rustypaste GitHub (2): https://github.com/orhun/rustypaste-cli DockerHub: https://hub.docker.com/r/orhunp/rustypaste My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Rustypaste is a minimal file upload/pastebin service. Features: - File upload & URL shortening & upload from URL - Supports basic HTTP authentication - Random file names (optional) - Supports expiring links - Supports one shot links (can only be viewed once) - Guesses MIME types (overriding and blacklisting) - No duplicate uploads - Single binary - No database, filesystem is used - Written in Rust How to upload files to the server? You have three main different ways by wich you can upload files to your RustyPaste server. • [UI] Using some kind of web-based file browser, like: Krusader, File Browser or MC from Terminal). For example, using Krusader, copy/move and paste the decided file on '/.../rustypaste/upload/*' directory. • [CLI] Using the 'curl' command. This method offers you two different ways by wich you can upload files to your server: 1. Locally... Use the cmd 'curl -F 'file=@file_name.ext' server_addres'. Example: 'curl -F 'file=pink_house.jpg' 192.168.1.100:8059'. 2. Remotly... Use the cmd 'curl -F 'url=https://server.com/file_name.ext" server_addres'. Example: 'curl -F 'file=https://pinkserver.com/pink_house.jpg' 192.168.1.100:8059'. How do I call my files from the server? It's as simple as writing 'server_address/file_name.ext' from any web browser, or you can use 'curl server_address/file_name.ext'. NOTES • Run the following cmds before creating the container: 'mkdir -m777 -p /mnt/user/appdata/rustypaste/uploads' and 'curl https://raw.githubusercontent.com/orhun/rustypaste/master/config.toml --output /mnt/user/appdata/rustypaste/config.toml'. • You have many other parameters to pass to the server when uploading a file, like: one shot links, random file names, time expiration, url shortening, use credentials when using HTTP POST. Chech the GitHub repo to know more: 'orhun/rustypaste-cli.' VERSION 1.0 (2022-02-09) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  19. Hello, you have to remove, as you said before, that line from the template if not in use. I described that in the NOTES section: To override the default background included, use the 'Storage (background)' line below. Do not forget to create the required directory tree and keep the same filename plus extension, before building the container. If not used, delete that setting from template.
  20. Thanks for telling it, I will add that into the first post.
  21. This docker template was created based on an already available docker image WARNING Just keep in mind that the last update to this container was three years ago, so tread carefully when installing and make sure you are properly securing your environment. WebSite: https://www.todomini.app/ GitHub: https://github.com/appMini/todoMini DockerHub: https://hub.docker.com/r/brettdocker/minitodo My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION It's a minimal open source web application for prioritising lists of items that you can tick off, like to-do lists, dev tasks, & shopping lists. NOTES • To override the default background included, use the 'Storage (background)' line below. Do not forget to create the required directory tree and keep the same filename plus extension, before building the container. If not used, delete that setting from template. VERSION 1.0 (2022-02-07) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂
  22. After testing with other files I started to see that error, the same error. Sorry about, but I didn't realized about it when first time building the container. I have opened an issue on GitHub. It can be followed here.
  23. I have tried changing the 'ALLOW_REGISTRATION' variable to 'False', and it works as described on the issue created by you. The Register section does not disappear, but doesn't allow me to continue with the process. The problem seems to be happening on your unRAID docker container, for whatever reason. Are you sure you didn't add an extra space in the value? I mean: ' False' or 'False '. Maybe...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.