[SUPPORT] SmartPhoneLover - Simply-Shorten


Recommended Posts

simply-shorten_200x200.png

 

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 🙂

Link to comment
  • 1 month later...

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?

 

Link to comment

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

 

Link to comment
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

Link to comment
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?

Link to comment
  • 3 weeks later...
  • 11 months later...

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.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.