aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update prometheus, node-exportertelemetry-updateMaximilien Richer2024-03-092-2/+2
|
* increased Jitsi logs a bitADRN2024-03-091-0/+5
|
* Merge pull request 'Update lightstream and grafana' (#20) from ↵maximilien2024-03-091-3/+3
|\ | | | | | | | | | | telemetry-update into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/pulls/20
| * Update lightstream and grafanaMaximilien Richer2024-03-091-3/+3
|/
* store real IP from JitsiADRN2024-03-081-0/+6
|
* prod: give more memory to promehteusAlex Auvolat2024-03-081-1/+2
|
* remove orsay extra serviceAlex Auvolat2024-03-061-21/+0
|
* force woodpecker on scorpioAlex Auvolat2024-03-041-7/+3
|
* garage: update to v0.9.2 finalAlex Auvolat2024-03-011-1/+1
|
* prod: update to garage 0.9.2-rc1Alex Auvolat2024-02-291-1/+1
|
* staging: deploy garage v0.9.2-rc1Alex Auvolat2024-02-291-2/+3
|
* woodpecker-ci: higher affinity to scorpioAlex Auvolat2024-02-281-0/+6
|
* staging: update garage to test releaseAlex Auvolat2024-02-191-2/+1
|
* add automatic subdomains for v4 and v6 per site for dashboardAlex Auvolat2024-02-141-2/+8
|
* prod: unpin woodpeckerAlex Auvolat2024-02-131-6/+0
|
* add woodpecker agent instructionsAlex Auvolat2024-02-093-0/+96
|
* prod: install woodpecker-ciAlex Auvolat2024-02-081-0/+165
|
* remove unused remote-unlock.nixAlex Auvolat2024-02-062-46/+0
|
* added URL to redirectADRN2024-02-051-3/+6
|
* prod: updat external servicesAlex Auvolat2024-01-312-42/+9
|
* staging: remove node carcajouAlex Auvolat2024-01-316-40/+3
|
* staging: updatesAlex Auvolat2024-01-222-2/+5
|
* tlsproxy: bind on 127.0.0.1 explicitly to avoid ipv6 issuesAlex Auvolat2024-01-221-2/+2
|
* staging: cluster upgradesAlex Auvolat2024-01-225-4/+8
|
* staging: remove nix mutual cacheAlex Auvolat2024-01-181-33/+0
|
* staging: new hostnames in known_hostsAlex Auvolat2024-01-171-0/+2
|
* Changement du guide onboarding avec une config ssh aux petits oignonsadrien2024-01-171-6/+20
|
* staging: use dynamic dns names to connect to nodes for deploymentAlex Auvolat2024-01-171-6/+12
|
* staging: add automatic dns names for staging machinesAlex Auvolat2024-01-171-0/+1
|
* ajout clé ssh boris, aeddis et vincentADRN2024-01-172-0/+24
|
* tlsproxy: temporary fix for year 2024 (TODO fix before mid-2024)Alex Auvolat2024-01-171-1/+2
|
* prod: update diplonat and make garage restart on template changes againAlex Auvolat2024-01-172-2/+2
| | | | | | | Diplonat update prevents unnecessary flapping of autodiscovered ip addresses, which was the cause of useless restarts of the garage daemon. But in principle we want Garage to be restarted if the ipv6 address changes as it indicates changes in the network.
* staging: add ram for im replicate-dbAlex Auvolat2024-01-161-2/+2
|
* staging: garage v0.9.1-pre (not yet released nor tagged), diplonat with STUN ↵Alex Auvolat2024-01-162-3/+3
| | | | flapping fix
* upgraded postfix to fix smtp smuggling cveQuentin Dufour2023-12-251-1/+1
| | | | | https://security-tracker.debian.org/tracker/source-package/postfix https://www.postfix.org/smtp-smuggling.html
* update smtp server security confQuentin Dufour2023-12-253-5/+9
|
* added Quentin's control loop diagram of the infrastructural servicesADRN2023-12-211-0/+0
|
* Revert "Revert "garage prod: use dynamically determined ipv6 addresses""Baptiste Jonglez2023-12-191-2/+11
| | | | | | Quentin's fix seems to work fine. This reverts commit e5f3b6ef0abe3ac67b652b4ece74c933e2c1b554.
* Revert "garage prod: use dynamically determined ipv6 addresses"Baptiste Jonglez2023-12-191-11/+2
| | | | | | | | | | | | | | This partially reverts commit 47e982b29d41e8b271100b9961b6766e96e009b1. This leads to invalid config: Dec 19 08:23:09 courgette 25f10ae4271c[781]: 2023-12-19T07:23:09.087813Z INFO garage::server: Loading configuration... Dec 19 08:23:09 courgette 25f10ae4271c[781]: Error: TOML decode error: TOML parse error at line 16, column 17 Dec 19 08:23:09 courgette 25f10ae4271c[781]: | Dec 19 08:23:09 courgette 25f10ae4271c[781]: 16 | rpc_bind_addr = "[<no value>]:3901" Dec 19 08:23:09 courgette 25f10ae4271c[781]: | ^^^^^^^^^^^^^^^^^^^ Dec 19 08:23:09 courgette 25f10ae4271c[781]: invalid socket address syntax Dec 19 08:23:09 courgette 25f10ae4271c[781]:
* stop reloading config fileQuentin Dufour2023-12-191-0/+1
|
* tricot upgradeQuentin Dufour2023-12-141-1/+1
|
* garage prod: use dynamically determined ipv6 addressesAlex Auvolat2023-12-132-4/+13
|
* Move garage's redirections to a dedicated serviceQuentin Dufour2023-12-041-3/+17
| | | | | | Reason: - do not slow down the garage web endpoint - required now that we map domain name to a garage bucket
* fix bagageQuentin Dufour2023-12-041-2/+0
|
* add degrowthQuentin Dufour2023-12-042-0/+3
|
* add a sftp domain nameQuentin Dufour2023-12-021-1/+3
|
* tricot updateQuentin Dufour2023-12-012-1/+2
|
* add some redirectionsQuentin Dufour2023-11-291-0/+2
|
* Upgrade tricotQuentin Dufour2023-11-292-2/+2
|
* matrix: add memory to async media upload after oom crashAlex Auvolat2023-11-271-1/+2
|