Skip to content

dacr/lorem-ipsum-server-akkahttp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lorem ipsum web tests License

A lorem ipsum web application server based on akka http framework, and a dedicated lorem ipsum library. It is both a runnable application and a library whose routes can be embedded in other web applications.

It has been deployed on https://mapland.fr/lorem

Quick local start

Thanks to coursier from @alxarchambault, this application is quite easy to start, just execute :

cs launch fr.janalyse::lorem-ipsum-server-akkahttp:1.0.11

Configuration

Environment variable Description default value
LOREM_IPSUM_LISTEN_IP Listening network interface "0.0.0.0"
LOREM_IPSUM_LISTEN_PORT Listening port 8080
LOREM_IPSUM_PREFIX Add a prefix to all defined routes ""
LOREM_IPSUM_URL How this service is known from outside "http://127.0.0.1:8080"
LOREM_IPSUM_TITLE Home page title of this application "Lorem Ipsum"
LOREM_IPSUM_START_WITH_LOREM Always start with "Lorem ipsum" ? true
LOREM_IPSUM_WORD_COUNT_MIN Minimum amount of generated words 142
LOREM_IPSUM_WORD_COUNT_MAX Maximum amount of generated words 442
LOREM_IPSUM_BACKGROUND_COLOR Home page background color "#F0F0F0"
LOREM_IPSUM_FOREGROUND_COLOR Home page foreground color "#505050"

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-ADDON

Stars

Watchers

Forks

Packages

No packages published