Bunker
getbunker.netSovereign open-source cloud platform (SSPL-1.0) hosted entirely in France. Offers managed hosting of open-source apps (Grafana, Matomo, Vaultwarden, etc.) and S3-compatible object storage. GDPR-native, ISO 27001 compliant, with no vendor lock-in.
- Homepage: getbunker.net
- GitHub: github.com/France-Nuage/plateforme
- Web info: web-check.xyz/check/getbunker.net
Bunker Source Code
Author
Description
Monorepo de France-Nuage (Control-plane, agents, clients) 🇫🇷
Homepage
https://france-nuage.fr/License
NOASSERTION
Created
25 Nov 24
Last Updated
18 May 26
Latest version
Primary Language
TypeScript
Size
39,617 KB
Stars
55
Forks
None
Watchers
55
Language Usage
Star History
Top Contributors
-
@robinstraub (821)
-
@alex-cailler (350)
-
@kevin-gillet (259)
-
@semantic-release-bot (123)
-
@FGRibreau (23)
-
@leododo (4)
-
@turbobot-temp (3)
-
@LeoDev0345 (1)
Recent Commits
-
François-Guillaume Ribreau (17 May 26)
ci(runners): re-route heavy Rust jobs to ada6000 (group_runners_enabled OK) Reapplies commit b060db3b after activation of group_runners_enabled=true côté GitLab Settings → CI/CD → Runners du projet plateforme. La tentative précédente (b060db3b → 01845662 revert) avait été bloquée car les group runners n'étaient pas exposés au projet. Baseline SaaS (pipeline 2531865730, runner kube cluster fr) : - unit tests / controlplane : 308s - code style / controlplane : 132s Gain attendu sur ada6000 (24 threads physiques + 8 CPU runner cap + cache S3 MinIO local) : ~30-50% sur ces 2 jobs CPU-bound Rust standalone.
-
semantic-release-bot (17 May 26)
chore(release): 1.61.1 [skip ci] ## [1.61.1](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/compare/v1.61.0...v1.61.1) (2026-05-17) ### Reverts * Revert "ci(runners): offload heavy Rust jobs to on-prem ada6000 runner" ([0184566](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/01845662d3d703ba3e192308ef2c34863d9f8ee1))
-
François-Guillaume Ribreau (17 May 26)
Revert "ci(runners): offload heavy Rust jobs to on-prem ada6000 runner" This reverts commit b060db3b. The on-prem-ada6000 group runner is online and idle but the plateforme project has `group_runners_enabled: false` in its CI settings, so the group-scoped runner is not visible to this project. Tagged jobs stay in `pending` forever and block the pipeline. Prerequisite before re-introducing the tag: enable group runners on the project (Settings > CI/CD > Runners > "Enable group runners") OR re-register the ada6000 runner as a project-level runner on plateforme. The candidate jobs remain `code style / controlplane` (~120s cargo fmt + clippy workspace) and `unit tests / controlplane` (~300s cargo test workspace + postgres) — both pure-CPU Rust workloads with no cluster-fr dependency that would benefit from the 24-thread on-prem runner.
-
François-Guillaume Ribreau (17 May 26)
ci(runners): offload heavy Rust jobs to on-prem ada6000 runner Tag `code style / controlplane` (cargo fmt + clippy workspace, ~120s baseline) and `unit tests / controlplane` (cargo test workspace + postgres, ~300s baseline) on the dedicated on-prem-ada6000 runner. These two jobs are pure-CPU/RAM Rust workloads with no dependency on the france-nuage k8s cluster (no kubectl, no helm, no cluster-fr kubeconfig). The ada6000 runner (24 threads / 60 GiB) provides significantly more parallelism than the in-cluster runners, which should cut workspace build + test wall-clock time noticeably. KUBERNETES_*_LIMIT bumped to 8 CPU / 16-20 GiB on these jobs so the runner-side pod scheduler exposes enough resources to cargo. Buildkit-driven `build /*` jobs are intentionally NOT moved: they provision a buildx instance against KUBE_CI_NAMESPACE_NAME inside the france-nuage cluster, so they must keep running on the in-cluster runner. Likewise for deploy/cleanup/system-tests stages.
-
semantic-release-bot (06 Apr 26)
chore(release): 1.61.0 [skip ci] # [1.61.0](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/compare/v1.60.0...v1.61.0) (2026-04-06) ### Features * add beta page ([b4a036d](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/b4a036d216fd361ce475694c86a4f35f61199ab9))
-
Robin (06 Apr 26)
feat: add beta page
-
semantic-release-bot (06 Apr 26)
chore(release): 1.60.0 [skip ci] # [1.60.0](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/compare/v1.59.0...v1.60.0) (2026-04-06) ### Bug Fixes * invalid console production iam parameters ([d610003](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/d610003f2b83ee33bbd6643a4596290395e63ffd)) * on commente la partie deploy et cleanup inutilisée pour le moment ([94b9586](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/94b95863944ff58a8aeba28593cb2b84ec2c16d3)) * on ne deploy pas sur le kube pour le moment ([bd46e60](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/bd46e60e1cb380af301efe8fed60637dc41f40f1)) * on ne garde que le deploy sur kube pour les branche autre que master ([54f58df](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/54f58dffb37e963bcf09ee19e86faf8b8a57d510)) * on rajoute le step de deploy manquant ([685da95](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/685da953155508bb399b063959bca2ceb89bd7f2)) ### Features * add vm resize ([42cad2e](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/42cad2e52207c4ecb2606eccea5e2c36030296ef)) * using sealed secret for production ([1035205](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/1035205fa39a45fed1fe621d4cd4b0a09e37f58e))
-
Kévin GILLET (06 Apr 26)
fix: on rajoute le step de deploy manquant
-
Kévin GILLET (06 Apr 26)
fix: on ne garde que le deploy sur kube pour les branche autre que master
-
Kévin GILLET (06 Apr 26)
fix: on commente la partie deploy et cleanup inutilisée pour le moment
-
Kévin GILLET (06 Apr 26)
fix: on ne deploy pas sur le kube pour le moment
-
Robin (03 Apr 26)
fix: invalid console production iam parameters
-
Leo Dautriche (23 Feb 26)
test
-
LeoD (09 Feb 26)
feat: using sealed secret for production
-
Robin Straub (30 Jan 26)
feat: add vm resize
-
Robin (29 Jan 26)
style: fix markdown syntax
-
semantic-release-bot (29 Jan 26)
chore(release): 1.59.0 [skip ci] # [1.59.0](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/compare/v1.58.0...v1.59.0) (2026-01-29) ### Features * buildkit rootless, helm chart to deploy ([1a41cbe](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/1a41cbe593ae25be4f981e256fb3f6413704e6f0))
-
LeoD (28 Jan 26)
namespace name into var
-
leo (27 Jan 26)
fix : production deployment
-
Kévin GILLET (27 Jan 26)
Edit disk-images-url-to-download-locally.txt
-
Robin (23 Jan 26)
refactor: rename operation-worker
-
LeoD (22 Jan 26)
feat: buildkit rootless, helm chart to deploy
-
semantic-release-bot (18 Jan 26)
chore(release): 1.58.0 [skip ci] # [1.58.0](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/compare/v1.57.0...v1.58.0) (2026-01-18) ### Bug Fixes * tag fixe pour buildx et builder dédié par jobs ([33bf910](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/33bf910de08acf8946671b673e30f42e5affe84d)) * tentons avec le contexte docker buildx seulement ([34cff23](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/34cff23b9141a126a7b453215b41c2c9f0911257)) * use docker driver for buildkit to access tls certs ([2cd00b5](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/2cd00b549fd8474e616e17d39bb9ce4b905cd675)) ### Features * allow specifiying clone name ([ada2fbd](https://gitlab.com/getbunker-france-nuage/france-nuage/plateforme/commit/ada2fbd2d69ed9d17e7d36da9aee180aad1a5faf))
-
Robin Straub (18 Jan 26)
Merge branch 'operations' into 'master' Operations See merge request getbunker-france-nuage/france-nuage/plateforme!436
-
Kévin GILLET (18 Jan 26)
fix: tentons avec le contexte docker buildx seulement
-
Kévin GILLET (18 Jan 26)
fix: use docker driver for buildkit to access tls certs
-
Kévin GILLET (18 Jan 26)
doc: remove ended and pipeline blocking subjects
-
Kévin GILLET (17 Jan 26)
fix: tag fixe pour buildx et builder dédié par jobs
-
Robin (17 Jan 26)
Merge branch 'master' into operations
-
Robin (17 Jan 26)
feat: allow specifiying clone name
Bunker Website
Website
Bunker - GDPR-Compliant Cloud Hosting in Europe
European sovereign cloud outside US jurisdiction. Open-source infrastructure hosted in France with zero vendor lock-in. The Cloud Act alternative.
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 172.67.147.126
- Location San Francisco, California, United States of America, NA
- ISP CloudFlare Inc.
- ASN AS13335
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
getbunker.net was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
Bunker Reviews
More Cloud Hosting
-
Njalla is a privacy and security-focused domain registrar and VPN hosting provider. They own and manage all their own servers, which are based in Sweden. They accept crypto, for anonymous payments, and allow you to sign up with OTR XMPP if you do not want to provide an email address. Both VPS and domain name pricing is reasonable, with packages starting at $15/ month.
-
Offers enterprise-grade, high-speed offshore dedicated servers, they own their own data centres, have a solid privacy policy and accept anonymous payment.
-
Servers Guru provides affordable and anonymous VPS and cloud servers with dedicated cpu resources. They accept crypto-currencies (Bitcoin, Monero, Ethereum etc..) and don't require any personal informations. They resell from reputable providers.
About the Data: Bunker
Change History
- Added #525
API
You can access Bunker's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/bunker The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share Bunker
Help your friends compare Cloud Hosting, and pick
privacy-respecting software and services.
Share Bunker and Awesome Privacy with your network!