December 4, 20214 yr This docker template was created based on an already available docker image GitLab: https://gitlab.com/draganczukp/simply-shorten GitHub (old): https://github.com/draganczukp/simply-shorten DockerHub: https://hub.docker.com/r/draganczukp/simply-shorten My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION A simple selfhosted URL shortener with no unnecessary features. Features: • Shortens URLs of any length to a fixed length, randomly generated string • Allows you to specify the shortened URL instead of the generated (optional) one (Missing in a surprising number of alternatives) • Opening the fixed length URL in your browser will instantly redirect you to the correct long URL (you'd think that's a standard feature, but apparently it's not) • Provides a simple API for adding new short links • Links are stored in an SQLite database • Available as a Docker container • Backend written in Java using Spark Java, frontend written in plain HTML and vanilla JS, using Pure CSS for styling NOTES • Default credentials for WebUI: unraid/unraid (user/pass). VERSION 1.0 (2021-12-04) 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 🙂
January 11, 20224 yr Hi there- Thanks for this. I'm falling at the first hurdle. Using the default configuration (and any variations I've tried) fails. Log: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Any ideas or other info I could provide?
January 11, 20224 yr Never mind Looks like I maybe wasn't giving it long enough to start up. It's not working with an additional line showing in the log. Now working perfectly. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Database initialised
January 11, 20224 yr Author 14 minutes ago, ronschaeffer said: Hi there- Thanks for this. I'm falling at the first hurdle. Using the default configuration (and any variations I've tried) fails. Log: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Hi, I didn't have any of the problems you have wrote above. I have created an issue on its GitLab, there you can continue with the discussion if the owner of the owner of the project gives an answer. https://gitlab.com/draganczukp/simply-shorten/-/issues/8
January 11, 20224 yr Author 1 minute ago, ronschaeffer said: Never mind Looks like I maybe wasn't giving it long enough to start up. It's not working with an additional line showing in the log. Now working perfectly. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Database initialised Ohhh, it's now working properly? So, can I close the issue at GitLab?
January 18, 20233 yr Hi There, I just installed this on unraid and can not start it giving me this error Error: Could not find or load main class com.baeldung.fatjar.Application Caused by: java.lang.ClassNotFoundException: com.baeldung.fatjar.Application I believe the image may be broken.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.