🩹 — Replace old URL of the project

This commit is contained in:
Luc Didry
2023-12-29 08:02:47 +01:00
parent 03dbeecac0
commit 9477e1add1
19 changed files with 25 additions and 41 deletions

View File

@@ -240,7 +240,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -6,6 +6,7 @@ Revision history for Lutim
- 🎨 — Use template literals in js - 🎨 — Use template literals in js
- 🐛 — Gallery, zip and random URLs are now updated when closing image dialog box - 🐛 — Gallery, zip and random URLs are now updated when closing image dialog box
— Replace moment.js with Date().toLocaleDateString(…) — Replace moment.js with Date().toLocaleDateString(…)
- 🩹 — Replace old URL of the project
0.15.0 2023-12-19 0.15.0 2023-12-19
- ✨ — Add --nuke option to image command - ✨ — Add --nuke option to image command

View File

@@ -1,3 +1,3 @@
# Contributing # Contributing
See how to contribute on the [wiki](https://framagit.org/luc/lutim/wikis/contribute). See how to contribute on the [wiki](https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/contribute).

View File

@@ -5,9 +5,9 @@ ARG VCS_REF
ARG VERSION ARG VERSION
LABEL org.label-schema.build-date=$BUILD_DATE \ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="Lets Upload That Image" \ org.label-schema.name="Lets Upload That Image" \
org.label-schema.url="https://lut.im/" \ org.label-schema.url="https://lutim.fiat-tux.fr/" \
org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://git.framasoft.org/luc/lutim" \ org.label-schema.vcs-url="https://framagit.org/fiat-tux/hat-softwares/lutim" \
org.label-schema.vendor="Luc Didry" \ org.label-schema.vendor="Luc Didry" \
org.label-schema.version=$VERSION \ org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0" org.label-schema.schema-version="1.0"
@@ -45,4 +45,4 @@ RUN apk --no-cache add perl~=5 \
USER lutim USER lutim
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["/bin/sh", "/home/lutim/docker/entrypoint.sh"] ENTRYPOINT ["/bin/sh", "/home/lutim/docker/entrypoint.sh"]

View File

@@ -11,20 +11,17 @@ Images are indefinitely stored unless you request that they will be deleted at f
## License ## License
Lutim is licensed under the terms of the AGPL. See the LICENSE file. Lutim is licensed under the terms of the AGPL. See the LICENSE file.
## Official instance
You can see it working at https://lut.im.
## Logo ## Logo
Lutim's logo is an adaptation of [Lutin](http://commons.wikimedia.org/wiki/File:Lutin_by_godo.jpg) by [Godo](http://godoillustrateur.wordpress.com/), licensed under the terms of the CC-BY-SA 3.0 license. Lutim's logo is an adaptation of [Lutin](http://commons.wikimedia.org/wiki/File:Lutin_by_godo.jpg) by [Godo](http://godoillustrateur.wordpress.com/), licensed under the terms of the CC-BY-SA 3.0 license.
![Lutim's logo](https://lut.im/img/Lutim_small.png) ![Lutim's logo](https://lutim.fiat-tux.fr/img/Lutim_small.png)
## Wiki ## Wiki
The official wiki contains all you need to know about Lutim (installation, API, etc.). Go to <https://framagit.org/luc/lutim/wikis/home> or clone it: The official wiki contains all you need to know about Lutim (installation, API, etc.). Go to <https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/home> or clone it:
``` ```
git clone https://framagit.org/luc/lutim.wiki.git git clone https://framagit.org/fiat-tux/hat-softwares/lutim.wiki.git
``` ```
## Encryption ## Encryption
@@ -43,9 +40,9 @@ See [AUTHORS.md](AUTHORS.md) file.
## Contribute! ## Contribute!
Please consider contributing, either by [reporting issues](https://framagit.org/luc/lutim/issues) or by helping the [internationalization](https://weblate.framasoft.org/projects/lutim/). And of course, code contribution are welcome! Please consider contributing, either by [reporting issues](https://framagit.org/fiat-tux/hat-softwares/lutim/issues) or by helping the [internationalization](https://weblate.framasoft.org/projects/lutim/). And of course, code contribution are welcome!
The details on how to contribute are on the [wiki](https://framagit.org/luc/lutim/wikis/contribute). The details on how to contribute are on the [wiki](https://framagit.org/fiat-tux/hat-softwares/lutim/wikis/contribute).
## Make a donation ## Make a donation

View File

@@ -239,7 +239,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -189,7 +189,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -189,7 +189,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -189,7 +189,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -189,7 +189,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -189,7 +189,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -189,7 +189,7 @@
# array of memcached servers to cache URL in order to accelerate responses to often-viewed URL. # array of memcached servers to cache URL in order to accelerate responses to often-viewed URL.
# If set to [], the use of memcached is disabled. # If set to [], the use of memcached is disabled.
# If you use memcached, the internal cache (see cache_max_size option above) will not be used. # If you use memcached, the internal cache (see cache_max_size option above) will not be used.
# Please see https://framagit.org/luc/lutim/wikis/memcached to know how to configure your memcached # Please see https://framagit.org/fiat-tux/hat-softwares/lutim/-/wikis/memcached to know how to configure your memcached
# servers. # servers.
# exemple of valid value: ['127.0.0.1:11211'] # exemple of valid value: ['127.0.0.1:11211']
# optional, default is [] # optional, default is []

View File

@@ -179,14 +179,6 @@ msgstr "Exportar datos de almacenamiento local"
msgid "File name" msgid "File name"
msgstr "Nombre de archivo" msgstr "Nombre de archivo"
#: themes/default/templates/about.html.ep:24
msgid ""
"For more details, see the <a href=\"https://framagit.org/luc/"
"lutim\">homepage of the project</a>."
msgstr ""
"Para más detalles, vea la <a href=\"https://framagit.org/luc/lutim\">página "
"del proyecto</a>."
#: themes/default/templates/partial/navbar.html.ep:80 #: themes/default/templates/partial/navbar.html.ep:80
msgid "Fork me!" msgid "Fork me!"
msgstr "¡Clóname!" msgstr "¡Clóname!"

View File

@@ -171,12 +171,6 @@ msgstr "Exportera localStorage-data"
msgid "File name" msgid "File name"
msgstr "Filnamn" msgstr "Filnamn"
#: themes/default/templates/about.html.ep:24
msgid "For more details, see the <a href=\"https://framagit.org/luc/lutim\">homepage of the project</a>."
msgstr ""
"Se <a href=\"https://framagit.org/luc/lutim\">projektets hemsida</a> för mer "
"information."
#: themes/default/templates/partial/navbar.html.ep:66 #: themes/default/templates/partial/navbar.html.ep:66
msgid "Fork me!" msgid "Fork me!"
msgstr "Grena mig!" msgstr "Grena mig!"

View File

@@ -11,8 +11,8 @@
"256": "<%= url_for('/img/lutim256.png') %>" "256": "<%= url_for('/img/lutim256.png') %>"
}, },
"developer": { "developer": {
"name": "Lutim team !", "name": "Lutim team!",
"url": "https://framagit.org/luc/lutim" "url": "https://framagit.org/fiat-tux/hat-softwares/lutim"
}, },
"default_locale": "en", "default_locale": "en",
"locales": { "locales": {

View File

@@ -63,7 +63,7 @@
<%= link_to url_for('about') => begin %><%= l('About') %><% end %> <%= link_to url_for('about') => begin %><%= l('About') %><% end %>
</li> </li>
<li> <li>
<%= link_to 'https://framagit.org/luc/lutim' => begin %><%= l('Fork me!') %><% end %> <%= link_to 'https://framagit.org/fiat-tux/hat-softwares/lutim' => begin %><%= l('Fork me!') %><% end %>
</li> </li>
</ul> </ul>
</li> </li>

View File

@@ -39,7 +39,7 @@ $d->dir( $ENV{'SHUTTER_INTL'} );
my %upload_plugin_info = ( my %upload_plugin_info = (
'module' => "Lutim", 'module' => "Lutim",
'url' => "https://lut.im/", 'url' => "https://lutim.fiat-tux.fr/",
'registration' => "-", 'registration' => "-",
'name' => "Lutim", 'name' => "Lutim",
'description' => "Upload screenshots to Lutim", 'description' => "Upload screenshots to Lutim",
@@ -102,7 +102,7 @@ sub upload {
#upload the file #upload the file
eval{ eval{
my $url = 'https://lut.im/'; my $url = 'https://lutim.fiat-tux.fr/';
my $request = HTTP::Request::Common::POST( my $request = HTTP::Request::Common::POST(
$url, $url,
Content_Type => 'multipart/form-data', Content_Type => 'multipart/form-data',

View File

@@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Image hosting and sharing service job queue Description=Image hosting and sharing service job queue
Documentation=https://framagit.org/luc/lutim Documentation=https://framagit.org/fiat-tux/hat-softwares/lutim
After=lutim.service After=lutim.service
[Service] [Service]

View File

@@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Image hosting and sharing service Description=Image hosting and sharing service
Documentation=https://framagit.org/luc/lutim Documentation=https://framagit.org/fiat-tux/hat-softwares/lutim
Requires=network.target Requires=network.target
After=network.target After=network.target
#Requires=postgresql.service #Requires=postgresql.service