before upgrade to 1.2.0
@ -35,8 +35,8 @@ config :mobilizon, :instance,
|
|||||||
activity_expire_days: 365,
|
activity_expire_days: 365,
|
||||||
activity_keep_number: 100,
|
activity_keep_number: 100,
|
||||||
enable_instance_feeds: false,
|
enable_instance_feeds: false,
|
||||||
email_from: "noreply@localhost",
|
email_from: "noreply-mobilizon@openstreetmap.fr",
|
||||||
email_reply_to: "noreply@localhost"
|
email_reply_to: "noreply-mobilizon@openstreetmap.fr"
|
||||||
|
|
||||||
config :mobilizon, :groups, enabled: true
|
config :mobilizon, :groups, enabled: true
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ config :mobilizon, Mobilizon.Web.Upload,
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Upload.Uploader.Local, uploads: "/var/lib/mobilizon/uploads"
|
config :mobilizon, Mobilizon.Web.Upload.Uploader.Local, uploads: "/data/work/mobilizon/live/uploads"
|
||||||
|
|
||||||
config :mobilizon, :media_proxy,
|
config :mobilizon, :media_proxy,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
@ -100,12 +100,12 @@ config :mobilizon, :media_proxy,
|
|||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Email.Mailer,
|
config :mobilizon, Mobilizon.Web.Email.Mailer,
|
||||||
adapter: Bamboo.SMTPAdapter,
|
adapter: Bamboo.SMTPAdapter,
|
||||||
server: "localhost",
|
server: "mail.openstreetmap.fr",
|
||||||
hostname: "localhost",
|
hostname: "openstreetmap.fr",
|
||||||
# usually 25, 465 or 587
|
# usually 25, 465 or 587
|
||||||
port: 25,
|
port: 587,
|
||||||
username: nil,
|
username: "noreply-mobilizon@openstreetmap.fr",
|
||||||
password: nil,
|
password: "rpEKYzsgNrM9ChP",
|
||||||
# can be `:always` or `:never`
|
# can be `:always` or `:never`
|
||||||
tls: :if_available,
|
tls: :if_available,
|
||||||
allowed_tls_versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"],
|
allowed_tls_versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"],
|
||||||
@ -189,7 +189,7 @@ config :mobilizon, :activitypub,
|
|||||||
actor_key_rotation_delay: 3_600 * 48,
|
actor_key_rotation_delay: 3_600 * 48,
|
||||||
sign_object_fetches: true
|
sign_object_fetches: true
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Nominatim
|
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Addok
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Service.Geospatial.Nominatim,
|
config :mobilizon, Mobilizon.Service.Geospatial.Nominatim,
|
||||||
endpoint: "https://nominatim.openstreetmap.org",
|
endpoint: "https://nominatim.openstreetmap.org",
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
# Mobilizon instance configuration
|
|
||||||
|
|
||||||
import Config
|
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Endpoint,
|
|
||||||
server: true,
|
|
||||||
url: [host: "mob.lan"],
|
|
||||||
http: [
|
|
||||||
ip: {0, 0, 0, 0, 0, 0, 0, 1},
|
|
||||||
port: 4000
|
|
||||||
],
|
|
||||||
secret_key_base: "TXEO1btWtIkar6DYi8fAeIj0Rw6VXPzEFgwugvyA0qD+45qTLt8o088BBDakcf59"
|
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Auth.Guardian,
|
|
||||||
secret_key: "FSiVN0xM6m194UMfW9lsj/o5vXYTkJjaFGLGKcbDfjSz5r7UE6e+tYAjhly70ZxG"
|
|
||||||
|
|
||||||
config :mobilizon, :instance,
|
|
||||||
name: "moblan",
|
|
||||||
description: "Change this to a proper description of your instance",
|
|
||||||
hostname: "mob.lan",
|
|
||||||
registrations_open: false,
|
|
||||||
demo: false,
|
|
||||||
allow_relay: true,
|
|
||||||
federating: true,
|
|
||||||
email_from: "noreply@mob.lan",
|
|
||||||
email_reply_to: "noreply@mob.lan"
|
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Storage.Repo,
|
|
||||||
adapter: Ecto.Adapters.Postgres,
|
|
||||||
username: "mobilizon",
|
|
||||||
password: "hnGe9CpuHffYU--_daUDEyRScKSU9abpTz0FhG2pYXQPyPWSPX8mnzo56wPNfesD",
|
|
||||||
database: "mobilizon_prod",
|
|
||||||
hostname: "localhost",
|
|
||||||
port: "5432",
|
|
||||||
pool_size: 10
|
|
0
js/public/img/icons/android-chrome-192x192 (copie).png
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
js/public/img/icons/android-chrome-192x192.png
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
js/public/img/icons/android-chrome-512x512.png
Normal file → Executable file
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
0
js/public/img/icons/android-chrome-maskable-512x512.png
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
js/public/img/icons/apple-touch-icon-120x120.png
Normal file → Executable file
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
0
js/public/img/icons/apple-touch-icon-152x152.png
Normal file → Executable file
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
js/public/img/icons/apple-touch-icon-180x180.png
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
js/public/img/icons/apple-touch-icon-60x60.png
Normal file → Executable file
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
0
js/public/img/icons/apple-touch-icon-76x76.png
Normal file → Executable file
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
0
js/public/img/icons/apple-touch-icon.png
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
js/public/img/icons/favicon-16x16.png
Normal file → Executable file
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 507 B |
0
js/public/img/icons/favicon-32x32.png
Normal file → Executable file
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
0
js/public/img/icons/icon-128x128.png
Normal file → Executable file
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
0
js/public/img/icons/icon-384x384.png
Normal file → Executable file
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
0
js/public/img/icons/icon-512x512.png
Normal file → Executable file
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
0
js/public/img/icons/icon-96x96.png
Normal file → Executable file
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
0
js/public/img/icons/msapplication-icon-144x144.png
Normal file → Executable file
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
0
js/public/img/icons/mstile-150x150.png
Normal file → Executable file
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
0
js/public/img/icons/safari-pinned-tab.svg
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
js/public/img/koena-a11y.svg
Normal file → Executable file
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
0
js/public/img/mobilizon_default_card.png
Normal file → Executable file
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
0
js/public/img/mobilizon_logo.png
Normal file → Executable file
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
0
js/public/img/pics/Heidelberg_Altstadt_Schloss_Luftbild.jpg
Normal file → Executable file
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 422 KiB |
0
js/public/img/pics/Mairie_Montrouge.jpeg
Normal file → Executable file
Before Width: | Height: | Size: 1015 KiB After Width: | Height: | Size: 1015 KiB |
0
js/public/img/pics/SOTM_2019_Group_Photo.jpg
Normal file → Executable file
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
0
js/public/img/pics/cartoparty_versailles_accessibility.jpeg
Normal file → Executable file
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
0
js/public/img/pics/error.jpg
Normal file → Executable file
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 725 KiB |
0
js/public/img/pics/event_creation.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
0
js/public/img/pics/footer_1.jpg
Normal file → Executable file
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 379 KiB |
0
js/public/img/pics/footer_2.jpg
Normal file → Executable file
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 359 KiB |
0
js/public/img/pics/footer_3.jpg
Normal file → Executable file
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 376 KiB |
0
js/public/img/pics/footer_4.jpg
Normal file → Executable file
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 358 KiB |
0
js/public/img/pics/footer_5.jpg
Normal file → Executable file
Before Width: | Height: | Size: 518 KiB After Width: | Height: | Size: 518 KiB |
0
js/public/img/pics/group.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
0
js/public/img/pics/homepage.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
0
js/public/img/pics/homepage_background.png
Normal file → Executable file
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
0
js/public/img/pics/lyon.jpeg
Normal file → Executable file
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
0
js/public/img/pics/lyon_photo.jpeg
Normal file → Executable file
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
0
js/public/img/pics/realisation.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
0
js/public/img/pics/rose.jpg
Normal file → Executable file
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |