Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Lstu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fiat Tux
Hat softwares
Lstu
Commits
5c12d7e0
Verified
Commit
5c12d7e0
authored
May 21, 2019
by
OldFart
Committed by
Luc Didry
Nov 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pull to update
parent
3bfa3f6b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
11 deletions
+12
-11
AUTHORS.md
AUTHORS.md
+2
-1
CONTRIBUTING.md
CONTRIBUTING.md
+3
-3
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+2
-2
themes/default/templates/layouts/default.html.ep
themes/default/templates/layouts/default.html.ep
+1
-1
themes/milligram/templates/layouts/default.html.ep
themes/milligram/templates/layouts/default.html.ep
+1
-1
utilities/lstu-minion@.service
utilities/lstu-minion@.service
+1
-1
utilities/lstu.service
utilities/lstu.service
+1
-1
No files found.
AUTHORS.md
View file @
5c12d7e0
...
...
@@ -13,4 +13,5 @@
*
Pierre Rudloff
*
Belvar (Gwenn M) (breton translation)
*
Ira W. Snyder
*
Arnaud de Mouhy (docker port)
\ No newline at end of file
*
Arnaud de Mouhy (docker port)
*
Mathieu Aubin
\ No newline at end of file
CONTRIBUTING.md
View file @
5c12d7e0
# How to contribute?
The official git repository is
<https://framagit.org/
luc
/lstu>
.
The official git repository is
<https://framagit.org/
fiat-tux/hat-softwares
/lstu>
.
You can create an account on Framagit with your Github/Gitlab/Bitbucket account.
## Issues
Please, post any issue on
<https://framagit.org/
luc
/lstu/issues>
.
Please, post any issue on
<https://framagit.org/
fiat-tux/hat-softwares
/lstu/issues>
.
## Merge requests
Please, post any merge request on
<https://framagit.org/
luc
/lstu/merge_requests>
.
Please, post any merge request on
<https://framagit.org/
fiat-tux/hat-softwares
/lstu/merge_requests>
.
For your merge request to be accepted, please:
-
use 4 spaces for indentation
...
...
Dockerfile
View file @
5c12d7e0
...
...
@@ -7,7 +7,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="Let's Shorten That URL" \
org.label-schema.url="https://lstu.fr/" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://
git.framasoft.org/luc
/lstu" \
org.label-schema.vcs-url="https://
framagit.org/fiat-tux/hat-softwares
/lstu" \
org.label-schema.vendor="Luc Didry" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0"
...
...
README.md
View file @
5c12d7e0
...
...
@@ -10,9 +10,9 @@ Lstu is licensed under the terms of the WTFPL. See the LICENSE file.
## Installation
Please, see the
[
wiki
](
https://framagit.org/
luc
/lstu/wikis/home
)
.
Please, see the
[
wiki
](
https://framagit.org/
fiat-tux/hat-softwares
/lstu/wikis/home
)
.
Or you can see
[
usage with Docker
](
https://framagit.org/
luc
/lstu/wikis/usage-with-docker
)
.
Or you can see
[
usage with Docker
](
https://framagit.org/
fiat-tux/hat-softwares
/lstu/wikis/usage-with-docker
)
.
## How many URLs can it handle ?
...
...
themes/default/templates/layouts/default.html.ep
View file @
5c12d7e0
...
...
@@ -35,7 +35,7 @@
<p>
<small>
©
2013 —
<
%=
$
year
%
>
<
%=
link_to
'
Luc
Didry
'
=
>
'https://fiat-tux.fr' %> —
<
%=
l
('
License:
')
%
>
<
%=
link_to
'
WTFPL
'
=
>
'http://www.wtfpl.net/' %> —
<
%=
link_to
l
('
About
'
) =
>
'https://framagit.org/
luc
/lstu/blob/master/README.md'
%
>
—
<
%=
link_to
l
('
About
'
) =
>
'https://framagit.org/
fiat-tux/hat-softwares
/lstu/blob/master/README.md'
%
>
—
<
%=
link_to
'
API
'
=
>
url_for('api') %> —
% if (defined(config('ldap')) || defined(config('htpasswd'))) {
% if (is_user_authenticated()) {
...
...
themes/milligram/templates/layouts/default.html.ep
View file @
5c12d7e0
...
...
@@ -28,7 +28,7 @@
<p>
<small>
©
2013 —
<
%=
$
year
%
>
<
%=
link_to
'
Luc
Didry
'
=
>
'https://fiat-tux.fr' %> —
<
%=
l
('
License:
')
%
>
<
%=
link_to
'
WTFPL
'
=
>
'http://www.wtfpl.net/' %> —
<
%=
link_to
l
('
About
'
) =
>
'https://framagit.org/
luc
/lstu/blob/master/README.md'
%
>
—
<
%=
link_to
l
('
About
'
) =
>
'https://framagit.org/
fiat-tux/hat-softwares
/lstu/blob/master/README.md'
%
>
—
<
%=
link_to
'
API
'
=
>
url_for('api') %> —
% if (defined(config('ldap')) || defined(config('htpasswd'))) {
% if (is_user_authenticated()) {
...
...
utilities/lstu-minion@.service
View file @
5c12d7e0
[Unit]
Description
=
Shortened URLs service job queue
Documentation
=
https://framagit.org/
luc
/lstu
Documentation
=
https://framagit.org/
fiat-tux/hat-softwares
/lstu
[Service]
Type
=
simple
...
...
utilities/lstu.service
View file @
5c12d7e0
[Unit]
Description
=
Shortened URLs service
Documentation
=
https://framagit.org/
luc
/lstu
Documentation
=
https://framagit.org/
fiat-tux/hat-softwares
/lstu
Requires
=
network.target
After
=
network.target
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment