Jump to content

SmartPhoneLover

Members
  • Posts

    216
  • Joined

  • Last visited

Posts posted by SmartPhoneLover

  1. ethercalc_banner.png

     

    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 🙂

  2. mymind.png

     

    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 🙂

  3. newyearcountdownclock_banner.png

     

    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 🙂

  4. wordle_banner.png

     

    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 🙂

  5. 38 minutes ago, crazyhorse90210 said:

    so the user/pass is stored as plaintext in appdata? i don't like that.

     

    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.

  6. 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.

    36336366.JPG

  7. 44 minutes ago, PSYCHOPATHiO said:

    Thought would give this a run, got an error with 3  tries installing it.

     

    This is after step 3, also if I used caps I will get wrong username or password output.

     

    An error occured while running the seed command:
    Error: Command failed with exit code 1: ts-node --compiler-options {"module":"commonjs"} prisma/seed.ts
    error Command failed with exit code 1.
    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
    /void #

     

    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.

  8. void_banner.png

     

    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 🙂

  9. lms.png

     

    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 🙂

  10. filegator_banner.png

     

    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 🙂

    • Like 1
  11. gonic_banner.png

     

    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 🙂

  12. rustypaste_banner.png

     

    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 🙂

  13. 3 hours ago, luhzifer said:

    I get an error when installing:

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='todoMini' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -p '8047:80/tcp' -v '/mnt/user/appdata/minitodo/stardust.png':'/var/www/public/img/stardust.png':'ro' 'brettdocker/minitodo'
    0a9527db26321aeaf7bf3fb2a2558ba59291d3b12e6ae6915bf4cb44849658c5
    docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: rootfs_linux.go:60: mounting "/mnt/user/appdata/minitodo/stardust.png" to rootfs at "/var/lib/docker/btrfs/subvolumes/abfff6b0417d497b5697b1ac8cb858e97b494eca230dfda9c6f8b9b18b934232/var/www/public/img/stardust.png" caused: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
    
    The command failed.

     

    Maybe the stardust.png should be removed by default from this field

     

    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.

  14. todomini.png

     

    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 🙂

  15. On 1/28/2022 at 11:01 AM, METAL13 said:

    Firstly, thanks for making this app available for the community, over the years i have used online options but i am untrustworthy of their security.

     

    But alas, i have an error, from the Log file in Unraid

     

    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.23. Set the 'ServerName' directive globally to suppress this message

     

    And when i use the Web interface it just sits there doing nothing and then fails and suggests changing the name of the file (this happens on more than one and with short and long file names.

     

    Thanks in advance!

     

    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.

    • Thanks 1
  16. On 2/2/2022 at 2:20 AM, Twinkie0101 said:

    Thanks for setting this up.  Not sure why, but the ALLOW_REGISTRATION variable is not working.  I set it to False and tried removing the variable completely but registration can still happen.  Submitted a issue on github, but PhiTux confirmed it's working as expected using docker compose.

     

    Any idea why it's not stopping registration?

     

    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...

     

    346363.JPG

    36537373.JPG

  17. passbolt_banner.png

     

    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 🙂

  18. synctube.png

     

    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 🙂

  19. 4 hours ago, Topias said:

    Hello i have a little problem i woud like to use the flag extra-footer-text but when i activated it it only gives back 2022/02/02 17:44:58 iniflags: unknown flag name=[extra-footer-text] found at line [49] of file [/data/linx-server.conf] do you maby now a fix for that

     

    I tried enabling that line, and same error for me.

    I have opened an issue on the GitHub repo. You can follow it here.

      

    11 hours ago, Hansat said:

    Hey i woud like to edit the website but i cant find the html data

     

     

    Sorry, I'm not really sure. Check the code from the repo to get an idea about what you would like to edit, then try looking inside the container via Terminal in unRAID. Or try asking on the repo (issue).

×
×
  • Create New...