Skip to content

IvoNet/ivo2u-tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivo2U Tiny Url app

My attempt to create a bit.ly like app

Build

mvn clean package docker:build

Release

  • First do the build
docker tag ivonet/tiny:latest ivonet/tiny:<version>
docker push ivonet/tiny:latest
docker push ivonet/tiny:<version>

arm32v6

docker tag ivonet/arm32v6-tiny:latest ivonet/arm32v6-tiny:<version>
docker push ivonet/arm32v6-tiny:latest
docker push ivonet/arm32v6-tiny:<version>

command for NAS

sudo docker run -d --name ivo2u-tiny --restart always -p 32773:8080 -v /volume1/docker:/config:rw ivonet/tiny:1.2.0

API call examples

curl -X POST -L -H "Content-Type: text/plain" --data "https://www.ivonet.nl/2019/02/05/java-ee-8-+-payara-5-+-microprofile-2.1-+-docker-in-about-a-minute/" http://localhost:8080/api
curl -X POST -L -H "Content-Type: text/plain" --data "https://www.ivonet.nl/2019/02/05/java-ee-8-+-payara-5-+-microprofile-2.1-+-docker-in-about-a-minute/" https://ivo2u.nl/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages