Ligoj - Web

Gfi Bootstrap Parent

License

License

GroupId

GroupId

org.ligoj.app
ArtifactId

ArtifactId

app-web
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

war
Description

Description

Ligoj - Web
Gfi Bootstrap Parent
Project Organization

Project Organization

Gfi Informatique
Source Code Management

Source Code Management

https://github.com/ligoj/ligoj

Download app-web

How to add to project

<!-- https://jarcasting.com/artifacts/org.ligoj.app/app-web/ -->
<dependency>
    <groupId>org.ligoj.app</groupId>
    <artifactId>app-web</artifactId>
    <version>1.5.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.app/app-web/
implementation 'org.ligoj.app:app-web:1.5.1'
// https://jarcasting.com/artifacts/org.ligoj.app/app-web/
implementation ("org.ligoj.app:app-web:1.5.1")
'org.ligoj.app:app-web:war:1.5.1'
<dependency org="org.ligoj.app" name="app-web" rev="1.5.1">
  <artifact name="app-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.app', module='app-web', version='1.5.1')
)
libraryDependencies += "org.ligoj.app" % "app-web" % "1.5.1"
[org.ligoj.app/app-web "1.5.1"]

Dependencies

compile (7)

Group / Artifact Type Version
cn.apiclub.tool : simplecaptcha jar 1.2.2
org.apache.httpcomponents : httpclient jar 4.5.3
org.apache.httpcomponents : httpcore jar 4.4.6
com.samaxes.filter : cachefilter jar 2.3.1
org.springframework.boot : spring-boot-starter-web jar 1.5.3.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.8.7
org.ligoj.bootstrap : bootstrap-web jar 1.6.3

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-jetty jar 1.5.3.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0
org.projectlombok : lombok jar 1.16.16

test (2)

Group / Artifact Type Version
com.github.tomakehurst : wiremock jar 2.6.0
org.ligoj.bootstrap : bootstrap-web-test jar 1.6.3

Project Modules

There are no modules declared in this project.

🔗 Ligoj - API Docker API - UI Docker UI

alt text FOSSA Status

A web application to centralize the related tools of your projects, a 21th century links management with security and data collection. More technical details can be found in the sub directories ligo-api and ligo-ui.

Build Status Build Status Quality Gate Codacy Badge Maintainability CodeFactor License Sauce Test Status

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs

Get started

curl https://raw.githubusercontent.com/ligoj/ligoj/master/docker-compose.yml -o docker-compose.yml -s && docker-compose up

Open your browser at : Ligoj Home User/password for administrator role : ligoj-admin and ligoj-user for a regular user

You can install the plug-ins for RBAC security : plugin-id,plugin-id-ldap,plugin-id-ldap-embedded

Deeper

Make Ligoj home persistent

You can keep your plugins installation by mapping /usr/local/ligoj with a volume. The ligoj-ui container has no persistent data.

docker run -d --name ligoj-api --link ligoj-db:db -v ~/.ligoj:/usr/local/ligoj ligoj/ligoj-api:3.1.2

Dev section

See Wiki page

See each container ligo-api and ligo-ui.

License

FOSSA Status

Versions

Version
1.5.1
1.5.0