Commit Graph

105 Commits

Author SHA1 Message Date
Florian Stosse
040f17a727 Remove final label 2025-08-29 19:25:18 +02:00
Florian Stosse
71302f6900 Update Python dependencies 2025-08-29 19:22:39 +02:00
Florian Stosse
a2e42212b9 Clone full repo 2025-08-29 16:43:43 +02:00
Florian Stosse
4dc73b5f04 Copy renderd manually 2025-08-29 16:30:05 +02:00
Florian Stosse
6f2d3dba0a Re;ove pipx step 2025-08-29 14:37:45 +02:00
Florian Stosse
28d875901f Install v17 2025-08-29 14:16:41 +02:00
Florian Stosse
df0bd145d3 Auto install 2025-08-29 14:16:15 +02:00
Florian Stosse
8907bcb752 No sudo 2025-08-29 12:56:20 +02:00
Florian Stosse
ff2b38aa1e PGSQL v17 2025-08-29 12:53:14 +02:00
Florian Stosse
bc5727aeef PGSQL v18 2025-08-29 12:49:44 +02:00
Florian Stosse
de5b314c7c Bump dependencies 2025-08-29 12:46:45 +02:00
Florian Stosse
cecd162cbf Bump to PostgreSQL v19 2025-08-29 12:36:01 +02:00
Florian Stosse
514fc8b138 Fix paths again 2025-08-29 12:32:56 +02:00
Florian Stosse
b44fad777b Fix paths 2025-08-29 12:30:58 +02:00
Florian Stosse
4fdc80519a Fix linting issues 2025-08-29 12:27:26 +02:00
Florian Stosse
6e84a8d75c --break-system-packages 2025-08-26 16:51:47 +02:00
Florian Stosse
7a82321bb1 --include-deps 2025-08-26 16:47:47 +02:00
Florian Stosse
42393fbf86 --include-deps 2025-08-26 16:44:09 +02:00
Florian Stosse
d4731dc5c1 Add pipx 2025-08-26 16:41:24 +02:00
Florian Stosse
aea754aacb Switch to pipx 2025-08-26 16:28:37 +02:00
Florian Stosse
f6a01631c7 Update Dockerfile 2025-08-26 15:21:29 +02:00
StepSecurity Bot
6d521cf63a [StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
2025-08-26 13:15:43 +00:00
Kai Liebscher
6088b9b37f upgrade carto from v0.18.2 to v1.2.0 (#355) (#359)
Co-authored-by: Kai Liebscher <kliebscher@micromata.de>
2023-06-25 12:34:51 +02:00
Curtis Yung
61270b8bff Add support to PostgreSQL 15 (#356)
* Update Dockerfile

add support to PostgreSQL 15 and alter encryption method to scram-sha-256 instead of md5

* Update run.sh

add support to PostgreSQL 15
2023-03-18 21:45:25 +01:00
Mikael Wikstrom
a814c0306a upgrade leaflet from v1.7.1 to v1.8.0 (#315)
Leaflet 1.8.0	Stable version, released on April 18, 2022.
Leaflet 1.7.1	Previous stable version, released on September 3, 2020.

install leaflet localy so server works offline

Co-authored-by: galewis2 <62433564+galewis2@users.noreply.github.com>
2022-09-27 10:03:13 -04:00
Mikael Wikstrom
fdacfe78ef Add favicon.ico (#316) 2022-09-27 10:00:44 -04:00
galewis2
54624a969e Update Dockerfile (#307) 2022-08-03 23:40:03 +02:00
galewis2
25a661e3da Actually allow modifying the replication URL (#297) 2022-07-22 09:18:24 -04:00
galewis2
81c3433055 Reduce dependencies for updates, switch to Ubuntu 22.04 (#234) 2022-07-05 08:23:15 -04:00
Robin C. Ladiges
cffbd7be5b changed volume paths ; FLAT_NODES=enabled (#261)
Changes:
- /var/lib/postgresql/14/main/            => /data/database/
- /var/lib/mod_tile/                      => /data/tiles/
- /home/renderer/src/openstreetmap-carto/ => /data/style/
- /data.osm.pbf                           => /data/region.osm.pbf
- /data.poly                              => /data/region.poly
- /nodes/flat_nodes.bin                   => deprecated (use FLAT_NODES=enabled instead)

Because some files are needed later and should never be separated from the database, the import does save those files now into /data/databases/:
- /data/database/region.poly
- /data/database/flat_nodes.bin
- /data/database/planet-import-complete
- and automatic update artifacts
2022-04-09 15:00:29 +02:00
galewis2
0f229a0cbd Allow easier modification of the OpenStreetMap-carto style (#243) 2022-03-31 07:44:56 -04:00
galewis2
f1203714c1 Upgrade versions (#248) 2022-03-28 09:12:13 -04:00
Alexander Overvoorde
705237446a Fix update script no longer working (fixes #222) 2021-11-08 22:18:47 +01:00
galewis2
4b93ca3e52 Make the image smaller (#214)
* Update Dockerfile

* Add comment

* rm debs after install

* Get ready for buildkit

* Update Dockerfile

* Cleanup indenting

* Update Dockerfile

* Update Dockerfile

* Install certificates required for downloads

Co-authored-by: Alexander Overvoorde <overv161@gmail.com>
2021-10-11 22:15:44 +02:00
Andrey Prih
0a4d079b08 fix naciscdn.org (#212)
* fix naciscdn.org

* fix

Co-authored-by: prih <prih@prihhost.com>
2021-09-07 21:39:35 +02:00
Alexander Overvoorde
7b82bcae9d Use indexes.sql included with openstreetmap-carto instead of own copy (fixes #204) (#205) 2021-07-19 22:05:18 +02:00
Jason Montleon
85eaca5c79 Install python-is-python3 for openstreetmap-tiles-update-expire (#201) 2021-07-03 15:28:40 +02:00
Alexander Overvoorde
9679b29b50 Update NodeJS to 14 LTS (#185) 2021-05-13 14:44:24 +02:00
ruhepuls
8f2c575ad6 Carto 5.3.1 integrated (#183) 2021-05-13 14:41:01 +02:00
Alexander Overvoorde
ec500a2cde Upgrade to Ubuntu 20.04 2021-03-07 16:34:21 +01:00
Mateusz Hajder
a204fb85fd Update PostGIS, OpenStreetMap Carto stylesheet and trim_osc.py helper 2021-02-21 15:37:07 +01:00
Jeremy D Monin
2ae828c52b Dockerfile: Update same switch2osm.org url as readme 2021-02-07 15:56:36 -05:00
Peter Becker
bcf2cfcada combine several apt install calls 2020-06-03 09:24:05 +00:00
Peter Becker
0e1db36457 fix shallow fetch for osm2pgsql and mod-tile 2020-06-03 09:24:05 +00:00
Peter Becker
677b52468e execute all make calls in parallel 2020-06-03 09:23:54 +00:00
Alexander Overvoorde
9fb0743c51 Fix shallow fetch for openstreetmap-carto 2020-06-01 14:11:52 +02:00
Mou97
19cb75baa4 removed git command thats fetches the whole history after a shallow clone 2020-05-31 01:21:42 +01:00
Mou97
82bc6a35a3 renamed Dockerfile-badInternet to Dockerfile 2020-05-29 18:58:57 +01:00
sohalt
cca2d00a78 Remove --allow-unauthenticated 2020-04-07 04:30:10 +02:00
sohalt
cc5b50b050 http -> https 2020-04-07 04:29:18 +02:00