WebPlatform
Work done as a full time W3C employee and other related work as volunteer contributor helping on documenting the Open Web Platform.
2015
- Recover Discourse from a backup, adjust domain name Here is some preliminary notes on how one can restore a Discourse instance and change the domain name.Tags
procedure operations docker webplatform - 📁 experiments
- Managing my PGP/OpenPGP keys and share across many machines A solution to the idea of sharing PGP private keys without risking to lose everything if one of the machines you shared it had been accessed.Tags
linux vulgarization operations security webplatform - 📁 procedure
- Migrating WebPlatform.org MediaWiki into Git as Markdown files Tags
archiving open-source operations webplatform - 📁 projects
- Converting a dynamic site into static HTML documents The following are the commands I ran on the last successful attempt to replicate the site I was working on. If you want to make a static version of your site, you might find those helpful.Tags
archiving procedure webplatform techniques - 📁 techniques
- Run a NodeJS process through forever from within a Docker container I’ve recently been through the steps to make a NodeJS web app to run from inside a Docker container. The objective of this project was to simplify the deployment of a web app that had many moving parts by making it a re-deployable service that is self-contained.Tags
linux docker open-source operations procedure webplatform - 📁 projects
- Make Discourse “long polling” work behind Fastly or Varnish In the Discourse forums, if you’ve seen something saying that you have to provide a different origin to make long polling work, maybe you didn’t understand what you have to do. Here are the details of why and how to do it correctly.Tags
linux operations webplatform cloud-computing - 📁 projects
- Setting up Discourse with Fastly as a CDN provider and TLS Here’s how I setup a Discourse web application so that I can scale it by adding more Docker instances while keeping a low number of exposed web serversTags
operations cloud-computing webplatform linux caching varnish - 📁 projects
- How to run your own OAuth Identity provider service Tutorials and explanation on how to be your own OAuth Identity Provider are very scarce and I’ve come to achieve this, this is an attempt to outline the basics.Tags
webplatform security - 📁 experiments
- Upgrade to Python 2.7.9 on Ubuntu 14.04 LTS and make your own .deb package for deployment Need to run your web app with Python 2.7.9, but server environment uses Ubuntu Long Term Support? Don’t replace Python, leverage VirtualEnv instead!Tags
webplatform procedure operations best-practices - 📁 projects