Commit Graph

57 Commits

Author SHA1 Message Date
Alexandre Lion
390a61131c Merge pull request #17 from Kloenk/fmt
Format code
2022-11-18 14:09:45 +01:00
Alexandre Lion
85a863e20c Merge branch 'dev' into fmt 2022-11-18 14:06:05 +01:00
Alexandre Lion
d19a515ff0 Add dev branch pr for tests 2022-11-17 18:50:47 +01:00
Finn Behrens
9dcc084f85 add github action to check format 2022-11-17 13:39:45 +01:00
Finn Behrens
a6418db196 run mix format 2022-11-17 13:37:34 +01:00
Alex
1f79dbe66e Add how-to docs 2022-10-14 19:45:40 +02:00
Alex
1dc9178350 Add how-to docs 2022-10-14 19:42:42 +02:00
Alex
cd98293e96 Merge branch 'dev'
# Conflicts:
#	guides/introduction/configuration.md
v1.1.1
2022-09-05 21:29:50 +02:00
Alex
aafda15b86 Add new security config + restrict register route
Added ENABLE_MAILBOX_ROUTE, MAILBOX_USER and MAILBOX_PASSWORD environment variables to enable/disable route to local mailbox (/dev/mailbox) and basic auth (optional)
Restricted /users/register route if ENABLE_ACCOUNT_CREATION is false
2022-09-05 21:27:02 +02:00
Alex
03c1001fa2 Fix file name v1.1.0 2022-09-05 12:51:26 +02:00
Alex
20eb35e6af Merge branch 'dev' 2022-09-05 12:45:41 +02:00
Alex
e6f524ba3f Fix tests 2022-09-05 12:44:12 +02:00
Alex
d59d44291c Change version to 1.1.0 2022-09-05 12:31:18 +02:00
Alex
fe226593e9 Merge branch 'feature/password_login' into dev 2022-09-05 12:24:53 +02:00
Alex
781b562e93 Add features section #1 2022-09-05 12:23:31 +02:00
Alex
82058fec90 Remove user confirmation 2022-09-05 12:01:30 +02:00
Alex
8bfdc670b9 Add password auth 2022-08-22 23:40:38 +02:00
Alex Lion
8d7d09d6a3 Merge pull request #5 from anarion80/patch-1
Fix mixed values for Email name and Email address
2022-07-30 21:07:20 +02:00
Anarion
362e991f7f Fix mixed values for Email name and Email address 2022-07-30 16:41:06 +02:00
Alex
d3faa5e5a2 Add charts templates for k8s config
Add in prod config libcluster:
config :libcluster,
  topologies: [
    default: [
      strategy: Cluster.Strategy.Kubernetes,
      config: [
        mode: :dns,
        kubernetes_node_basename: "claper",
        kubernetes_selector: "app=claper",
        kubernetes_namespace: "default",
        polling_interval: 10_000
      ]
    ]
  ]
2022-07-29 19:55:05 +02:00
Alex
5ba72d4d3b Upgrade dart sass to fix docker image on ARM 2022-07-29 19:14:15 +02:00
Alex
c6618bb7ad Remove doc for dev v1.0.0 2022-07-29 12:28:26 +02:00
Alex
b265845a68 Fix logo url 2022-07-29 12:26:30 +02:00
Alex
ee20f8d35c Fix endpoints config 2022-07-29 12:20:38 +02:00
Alex
80e2d2dc4a Add ENDPOINT_HOST and ENDPOINT_PORT 2022-07-29 12:14:43 +02:00
Alex
77c6a9cd65 add dev route mailbox 2022-07-29 11:52:18 +02:00
Alex
05d01fd89a Remove libcluster 2022-07-29 11:52:05 +02:00
Alex
694d5a5d51 Remove source_ref 2022-07-29 11:49:24 +02:00
Alex
693e826f4c Add docker compose 2022-07-29 11:35:41 +02:00
Alex
5ace6976f9 Add MAIL_TRANSPORT config 2022-07-29 11:35:36 +02:00
Alex
f71015fc5e Add dev branch 2022-07-28 18:15:03 +02:00
Alex
25cac6f665 Add tags on push 2022-07-28 17:55:19 +02:00
Alex
5f4620f41a Update and improve doc 2022-07-28 17:50:57 +02:00
Alex
6a044419d8 Add changelog 2022-07-28 16:57:11 +02:00
Alex
4fd707b602 Add more generic copy 2022-07-28 16:50:27 +02:00
Alex
b26989b98f Set main branch for latest tag 2022-07-28 16:36:26 +02:00
Alex
342f5f9504 Add variable for version 2022-07-28 16:36:16 +02:00
Alex
0f4c21928e Fix docker tags 2022-07-28 16:23:17 +02:00
Alex
944739a0d3 Add Docker meta 2022-07-28 16:17:05 +02:00
Alex
4c3f0c377c Improve docs structure 2022-07-28 16:01:24 +02:00
Alex Lion
eac093a38b Create CNAME 2022-07-28 15:10:31 +02:00
Alex
8499b1be59 Add elixir to docs workflow 2022-07-28 15:03:38 +02:00
Alex Lion
3682a05875 Add doc workflow 2022-07-28 14:59:21 +02:00
Alex
2a413f0c8e Add postgres for test 2022-07-28 14:53:39 +02:00
Alex
c8c1fd5464 Add configuration page 2022-07-28 14:51:34 +02:00
Alex Lion
01de0bd91c Add elixir workflow 2022-07-28 14:39:01 +02:00
Alex
27182489a3 Fix all tests 2022-07-28 14:36:32 +02:00
Alex Lion
eff9474a0a Fix typo 2022-07-26 14:55:55 +02:00
Alex
01d29498f0 Fix controller tests 2022-07-26 14:45:20 +02:00
Alex
434c9b221a Add wiki page + remove toc 2022-07-26 13:40:19 +02:00