4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 13 / 217
Newer►
  • thumbnail
    Creating the Perfect Python Dockerfile | by Luis Sena | May, 2021 | Medium
    May 21, 2021 at 10:21:09 AM GMT+2 - permalink - archive.org - https://luis-sena.medium.com/creating-the-perfect-python-dockerfile-51bdec41f1c8
    docker gunicorn python
  • thumbnail
    Default Tags in the Terraform AWS Provider

    woot! ça va etre tres utile

    May 17, 2021 at 9:39:54 AM GMT+2 - permalink - archive.org - https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider?s=09
    aws tag terraform
  • thumbnail
    pantsbuild/pex: A library and tool for generating .pex (Python EXecutable) files
    May 12, 2021 at 2:34:08 PM GMT+2 - permalink - archive.org - https://github.com/pantsbuild/pex
    packaging python
  • thumbnail
    jazzband/pip-tools: A set of tools to keep your pinned Python dependencies fresh.

    python dependency management with lock file

    May 12, 2021 at 2:27:40 PM GMT+2 - permalink - archive.org - https://github.com/jazzband/pip-tools
    pip python
  • Note: haproxy

    Ces derniers jours je suis en train de voir pour remplacer mon reverse proxy perso qui était resté en haproxy, déplacé dans un container à la va vite..

    J'ai donc commencé à expérimenter traefik et ça semble faire le boulot. J'aime beaucoup le côté dynamique avec les labels sur les containers.

    Il remplit tous les rôles de mon haproxy :

    • offloading ssl
    • basic auth http pour certains backend
    • et puis voilà c'est tout en fait

    Autre avantage, il intègre la génération/renouvellement des certificats ssl ce qui va me permettre de virer un vieux script en bash (qui faisait ça très bien, mais au moins ce sera + clean)

    Seule contrainte, je me demande si je peux reverse vers un backend qui ne serait pas du docker. Peut être en mettant de la conf en dur.

    May 12, 2021 at 12:33:13 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?P8uckQ
    docker haproxy traefik
  • thumbnail
    OBS.Ninja
    May 12, 2021 at 10:34:09 AM GMT+2 - permalink - archive.org - https://obs.ninja/
    obs twitch
  • Welcome to cert-manager | cert-manager
    May 11, 2021 at 8:21:44 AM GMT+2 - permalink - archive.org - https://cert-manager.io/docs/
    cert docker k8s letsencrypt tls
  • thumbnail
    Collect Amazon CloudWatch Metrics Faster With Datadog Using CloudWatch Metric Streams | Datadog

    Intéressant pour rapatrier plus vite les metrics aws cloudwatch dans datadog

    May 10, 2021 at 10:06:40 AM GMT+2 - permalink - archive.org - https://www.datadoghq.com/blog/amazon-cloudwatch-metric-streams-datadog/?mkt_tok=ODc1LVVWWS02ODUAAAF85oycJAszSM9iHzDSr4C0X29JUnHtE1fmtLO0QEfzsn1WTY0rME_PzPJgZsYhP7KRjF4XxG0qga9nbVIcB1bzkued2ix_pJfImXlrE2AkUr6gu6o
    aws datadog
  • Home - BuildTheEarth

    Crazy!

    May 9, 2021 at 8:51:36 PM GMT+2 - permalink - archive.org - https://buildtheearth.net/
    minecraft
  • Homebridge
    May 7, 2021 at 9:20:01 AM GMT+2 - permalink - archive.org - https://homebridge.io/
    domotique
  • thumbnail
    Email Delivery Service | SendGrid

    presta pour envoyer du mail

    à voir aussi Mailgun, Sendinblue

    May 4, 2021 at 2:42:31 PM GMT+2 - permalink - archive.org - https://sendgrid.com/
    mail presta service
  • thumbnail
    https://markodenic.com/css-tips/
    May 3, 2021 at 9:20:26 PM GMT+2 - permalink - archive.org - https://markodenic.com/css-tips/
    css
  • thumbnail
    CovidTracker - Suivez l'épidémie de Covid19 en France et dans le monde
    April 22, 2021 at 4:22:36 PM GMT+2 - permalink - archive.org - https://covidtracker.fr/
    covid tracker
  • Wormhole - Simple, private file sharing
    April 21, 2021 at 8:02:42 AM GMT+2 - permalink - archive.org - https://wormhole.app/
    file share
  • thumbnail
    Introducing OpenSearch | AWS Open Source Blog

    they did it

    April 15, 2021 at 10:16:43 AM GMT+2 - permalink - archive.org - https://aws.amazon.com/fr/blogs/opensource/introducing-opensearch/
    aws elasticsearch es opensearch
  • thumbnail
    Configuring Docker to not use the 172.17.0.0 range - Server Fault
    Pour changer les subnets utilisés par les network bridge users

    # nano /etc/docker/daemon.json

    Add lines:

    {
      "default-address-pools":
      [
        {"base":"10.10.0.0/16","size":24}
      ]
    }
    April 12, 2021 at 2:07:53 PM GMT+2 * - permalink - archive.org - https://serverfault.com/questions/916941/configuring-docker-to-not-use-the-172-17-0-0-range
    docker
  • Add to Home screen - Progressive web apps (PWAs) | MDN
    April 8, 2021 at 6:04:53 PM GMT+2 - permalink - archive.org - https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen
    pwa
  • thumbnail
    NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 | Containers

    docker exec into fargate container

    April 6, 2021 at 10:35:46 AM GMT+2 - permalink - archive.org - https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/
    aws ecs fargate
  • thumbnail
    joeyespo/grip: Preview GitHub README.md files locally before committing them.
    March 29, 2021 at 3:35:06 PM GMT+2 - permalink - archive.org - https://github.com/joeyespo/grip
    markdown preview
  • thumbnail
    The M1 Mac write issue: What's going on with Apple's SSDs? | ZDNet

    Soucis sur la gestion de la durée de vie des SSD sur les nouveaux mac m1

    March 26, 2021 at 11:56:53 AM GMT+1 - permalink - archive.org - https://www.zdnet.com/article/the-m1-mac-write-issue/
    mac
Links per page: 20 50 100
◄Older
page 13 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation