SmartPhoneLover

Members
  • Posts

    216
  • Joined

  • Last visited

Everything posted by SmartPhoneLover

  1. I have updated the template with your request. Now you can use your own 'configuration.php' file locally.
  2. UPDATE 1.1 (2022-02-11) - Added: Added 'configuration.php' file mount point. - Other: Other minor changes.
  3. 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 🙂
  4. 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 🙂
  5. 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 🙂
  6. 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 🙂
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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 🙂
  12. 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 🙂
  13. 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 🙂
  14. 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 🙂
  15. 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 🙂
  16. 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.
  17. Thanks for telling it, I will add that into the first post.
  18. 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 🙂
  19. 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.
  20. 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...
  21. This docker template was created based on an already available official docker image WebSite: https://www.passbolt.com/ Forum: https://community.passbolt.com/ GitHub: https://github.com/passbolt/passbolt_docker DockerHub: https://hub.docker.com/r/passbolt/passbolt/ Documentation: https://help.passbolt.com/?pk_vid=20aa535c5bde0cec164389224878caf0 My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Passbolt is a free and open source password manager that allows team members to store and share credentials securely. Comparison chart: https://signup.passbolt.com/pricing/pro#features How to proceed after first launch? 1. Register new user at first launch... Open unRAID Terminal (not from container), and enter the following cmd (your details): 'docker exec CONTAINER_NAME su -m -c "bin/cake passbolt register_user -u [email protected] -f USER_NAME -l USER_SURNAME -r admin" -s /bin/sh www-data'. 2. Generating registration link... Once the previous cmd finishes, it will generate a registration link based on your data entered before. The URL will be something like: 'https://HOST_IP:PORT/setup/install/5426733-63k6...'. Now, copy/paste (or just click) the address and open it with your favourite web browser. 3. Finishing registration process... You will be asked to create a passphrase to protect your account, and after entering it a recovery kit file (passbolt-recovery-kit.asc) will be generated and downloaded locally. Now, continue with the rest of the steps. Done! NOTES • It requires an external database. (MariaDB, MySQL) • It may asks you to install the browser's extension (Chrome, Mozilla...). • You have many other variables to use on this template if you need them. Check the GitHub repo to know more. VERSION 1.0 (2022-02-03) 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. Hi, I'm not sure I understand your problem. Do you mean that you can't see the WebUI (port 4200)?
  23. This docker template was created based on an already available docker image GitHub: https://github.com/RblSb/SyncTube DockerHub: https://hub.docker.com/r/littlestache/synctube My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. Supported players: • Youtube (videos, streams and playlists) • RAW MP4 videos and M3U8 playlists (or any other media format supported in browser) • Iframes (without sync) How to use? 1. Login with any nickname. 2. Add your video url with "plus" button below (youtube or direct link to mp4 for example). 3. Now it plays and syncs for all page users. 4. You can click "leader" button to get access to global video controls (play/pause, time setting, playback speed). 5. If you want to restrict permissions or add admins/emotes, see Configuration section. Live demo: https://synctube-example.herokuapp.com/ NOTES • Run the following cmds before building the container: 'mkdir -m755 /mnt/user/appdata/synctube' and 'curl https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/dependencies/synctube/config.json --output /mnt/user/appdata/synctube/config.json'. • There's a Android client to connect to the server: 'https://github.com/RblSb/SyncTubeApp', but you will have to compile it yourself. • Extra files (state.json, users.json) and directories (/crashes, /logs) will be generated inside '/../appdata/synctube/ dir, once launched. If you don't want them to be publicly available, change the Path settings from RW (read-write) to RO (read-only). VERSION 1.0 (2022-02-03) 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 🙂