User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:endurain [2025/05/21 08:26] willyservices:endurain [2025/05/21 09:42] (current) – [Installation] willy
Line 28: Line 28:
       - SECRET_KEY=<< see below >>       - SECRET_KEY=<< see below >>
       - FERNET_KEY=<< see below >>       - FERNET_KEY=<< see below >>
-      - GEOCODES_MAPS_API=+      - GEOCODES_MAPS_API=<< see below >>
       - ENDURAIN_HOST=https://train.mydomain.com       - ENDURAIN_HOST=https://train.mydomain.com
       - UID=0       - UID=0
Line 74: Line 74:
 </code> </code>
  
-The **GEOCODES_MAPS_API** is not needed if the 1request/second, 5000 request/day limit is enough for you. Otherwise, you need to upgrade to a paid plan on [[https://geocode.maps.co/|Geocode]].+The **GEOCODES_MAPS_API** is needed even if the 1request/second, 5000 request/day limit is enough for you. Otherwise, you need to upgrade to a paid plan on [[https://geocode.maps.co/|Geocode]]. To get the key just do the free registration and get the key.
  
 Volumes will be mounted under **/data/endurain**. Volumes will be mounted under **/data/endurain**.
Line 85: Line 85:
 <code bash> <code bash>
 podman compose pull podman compose pull
 +podman compose up
 </code> </code>
  
 +Please note that due to database initialization time, the first startup might fail on the Endurain app. In this case let the database initialize properly, shut down and restart the containers.
  
  
Line 146: Line 148:
 You can now start adding users and using the tool! You can now start adding users and using the tool!
  
 +
 +===== Log rotation =====
 +
 +Create the following **/etc/logrotate.d/endurain** file:
 +<file - endurain>
 +/var/log/endurain/* {
 +    missingok
 +    notifempty
 +}
 +</file>
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information