All public logs
From Nasqueron Agora
Combined display of all available logs of Nasqueron Agora. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:24, 2 October 2025 Dereckson talk contribs created page Operations grimoire/Recommended SSH configuration (Created page with "== Consolidated OpenSSH configuration == The introduction of ProxyJump has simplified the bastion configuration since OpenSSH version 7.5: <syntaxhighlight> Host *.nasqueron.drake ProxyJump windriver.nasqueron.org Host 172.27.27.* ProxyJump windriver.nasqueron.org </syntaxhighlight> Older version of OpenSSH can use instead: <code>ProxyCommand "ssh -W %h:%p windriver.nasqueron.org"</code> == Use bastion as proxy == To connect on a server where the port 22 i...")
- 23:39, 25 September 2025 Dereckson talk contribs created page Category:Monitoring (Created page with "Category:Tags")
- 23:37, 25 September 2025 Dereckson talk contribs created page Category:Plan (Created page with "Category:Current discussion")
- 23:35, 25 September 2025 Dereckson talk contribs created page Naemon (Created page with "'''Naemon''' has been identified as a simple and maintained solution for a Nagios-compatible monitoring system. Shinken and Sensu have been dismissed as open core solutions. == Naemon deployment and FreeBSD porting plan = == Overview == To improve Nasqueron infrastructure monitoring, we propose a three-step approach using Naemon, a Nagios-compatible monitoring system. Our 2024 test showed compatibility with FreeBSD is a reasonable middle-term goal, but need a sensibl...")
- 17:15, 24 September 2025 Dereckson talk contribs created page Limiting Factor (Created page with "== Development with Limiting Factor == === Axum === Gotchas during development of With axum and limiting-factor-axum: ==== Order of extractors ==== [https://docs.rs/axum/latest/axum/extract/index.html#the-order-of-extractors axum::extract order of extractors] - the request is consumed by an extractor, so it must be the LAST parameter of any request handler method. For example, to use RequestBody: <syntaxhighlight language="rust"> use limiting_factor_axum::api::guards:...")
- 22:09, 22 September 2025 Dereckson talk contribs created page File:DNS mood.jpg
- 22:09, 22 September 2025 Dereckson talk contribs uploaded File:DNS mood.jpg
- 21:34, 22 September 2025 Dereckson talk contribs created page Monday office hours/2025-09-22 (Created page with "Our focus was to switch DNS hosting authoritative source to ns1.nasqueron.org server, and switch HE ones as secondary. == DNS == ;Infrastructure changes: * {{T|1217}}: ns1.nasqueron.org is now the primary DNS server, DNS can be managed on Git with history and review ;Code merge: * {{D|3654}}: Define nasqueron.org DNS zone * {{D|3691}}: Use @ syntax for zone apex ;Administrative changes: * '''HE:''' nasqueron.org zone managed as secondary in nasqueron DNS account * '''...")
- 22:07, 20 September 2025 Dereckson talk contribs created page User:Rhyne-Wyse/Usage (Created page with "The bot can be run manually from WindRiver. From a development version of the reports repository: <syntaxhighlight lang="shell"> $ git clone https://devcentral.nasqueron.org/source/reports.git $ cd reports/tools/rhyne-wyse $ bin/update-agora-reports Logging in to agora:agora as Rhyne-Wyse [wiki.update_report] Report devcentral-token-language-models is up to date. [wiki.update_report] Update report agora-operations-grimoire-older-pages Sleeping for 9.1 seconds, 20...")
- 21:29, 17 September 2025 Dereckson talk contribs created page Nasqueron Labs (Created page with "== Next labs == {| class="wikitable" |+ Nasqueron Labs to come |- ! Task !! Title !! Planning date !! Organizer |- | {{T|2126}} || Authenticate CI to Vault with OIDC (Jenkins x OpenBao) || ''to determine with interested nasquenautes'' || Dereckson |}")
- 23:24, 15 September 2025 Dereckson talk contribs created page Operations grimoire/Services (Created page with "== Systemd, rc and runit == Nasqueron infrastructure uses 3 services software: {| class="wikitable" |+ Service management |- ! OS !! Use case !! Software !! Commands |- | FreeBSD || Standard || rc || service <service> <command> |- | Linux || Standard || systemd || systemctl <command> <service> |- | Linux || Docker containers || runit || sv <service> <command> |} Note how systemd inverts the general order by putting the command before the service. == Systemd == === Se...")
- 12:52, 14 September 2025 Dereckson talk contribs created page Dev zone/Reports (Created page with "The Nasqueron internal reports repository is a monorepo containing SQL queries and tools to produce reports about Nasqueron internal data. == Python tools == === Configure PYTHONPATH === Python allows to develop several packages at the same time providing all the src/ folders to your PYTHONPATH variables. First, ensure you don't have any module installed through .whl running <code>pip freeze</code>. If you see something like <code>nasqueron-reports==0.1.0</code>, it co...")
- 11:51, 14 September 2025 Dereckson talk contribs changed group membership for Rhyne-Wyse from (none) to bot (Per https://devcentral.nasqueron.org/T2124)
- 11:50, 14 September 2025 Rhyne-Wyse talk contribs created page User:Rhyne-Wyse/Sandbox (Authentication test through Vault)
- 03:23, 14 September 2025 Dereckson talk contribs created page User:Rhyne-Wyse (Created page with "thumb|An automated knowledge agent, Rhyne-Wyse generates structured reports and write it on the wiki == Software source == * [https://devcentral.nasqueron.org/source/reports/ reports repository] * {{Ops file|roles/reports}} for the deployment == Reports updated == Rhyne-Wyse mission is to update the following reports: * AI content * Operations grimoire/Old content report")
- 03:19, 14 September 2025 Dereckson talk contribs created page File:Rhyne-Wyse illustration.jpg.jpg
- 03:19, 14 September 2025 Dereckson talk contribs uploaded File:Rhyne-Wyse illustration.jpg.jpg
- 21:56, 12 September 2025 Dereckson talk contribs created page Dev zone/Vault (Created page with "This page explains how to query vault from an application. For infrastructure point of view, see Operations grimoire/Vault and Operations grimoire/Eglide/Vault. == Guides == === Python with hvac === In Python, the [https://python-hvac.org/ hvac library] is recommended. ==== Step 1 - Connect to Vault ==== Connection is straightforward and works out of the box even without parameters: <syntaxhighlight lang="python"> VAULT_CA_CERTIFICATE = "/usr/local/share/cert...")
- 18:09, 12 September 2025 User account Rhyne-Wyse talk contribs was created by Dereckson talk contribs (Automated bot account to update reports)
- 18:30, 27 July 2025 Dereckson talk contribs deleted page User:Dereckson/Arcane Grove/Recipes book (Merge with User:Dereckson/Arcane Grove/Menu)
- 13:04, 21 July 2025 Dereckson talk contribs created page User:Dereckson/Arcane Grove/Recipes book (+1)
- 15:43, 28 March 2025 Dereckson talk contribs created page User:Dereckson/Arcane Grove/BlueDrake (Created page with "'''`BlueDrake''' is a temporary name for a to-build computer. == Hardware == === Parts === {| class="wikitable sortable" |+ BlueDrake parts |- ! Category !! Brand !! Model !! Status !! Links |- | Case || Lian Li || [https://lian-li.com/product/lancool-iii/ Lancool III] || Installed || [https://drive.google.com/file/d/1kd9ku_raF2uXWeLD7voGfT4ZZ10XOizy/view?usp=sharing 📖] |- | Motherboard || Asus || [https://rog.asus.com/motherboards/rog-strix/rog-strix-b650e-e-gaming-...")
- 18:31, 21 March 2025 Dereckson talk contribs created page User:Dereckson/Recipes (Created page with "== To test == * https://www.simplyrecipes.com/recipes/tuna_patties/")
- 09:32, 29 November 2024 MoustaphaAs talk contribs created page User:MoustaphaAs (Created page with "= Keycloak =")
- 20:19, 21 November 2024 Dereckson talk contribs created page MediaWiki:Gadget-HotCat.js (Import from Commons. Authors credit: https://commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=history)
- 20:19, 21 November 2024 Dereckson talk contribs created page MediaWiki:Gadget-Hotcatcheck.js (Import from Commons. Authors credit: https://commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-Hotcatcheck.js&action=history)
- 20:16, 21 November 2024 Dereckson talk contribs created page Template:Gadget-desc (Import from commons:Template:Gadget-desc)
- 20:16, 21 November 2024 Dereckson talk contribs created page MediaWiki:Gadget-section-Categories (Created page with "{{gadget-desc|self=MediaWiki:Gadget-HotCat|name=HotCat| ajouter / enlever / modifier facilement les catégories, avec suggestions de noms au cours de la frappe.|example=:File:HotCat.png|doc=Help:Gadget-HotCat|talk=MediaWiki talk:Gadget-HotCat.js}}")
- 20:14, 21 November 2024 Dereckson talk contribs created page MediaWiki:Gadgets-definition (Created page with "== Categories == * HotCat[ResourceLoader|dependencies=mediawiki.user|rights=upload|default|targets=desktop,mobile]|HotCat.js|Hotcatcheck.js")
- 22:54, 20 November 2024 Dereckson talk contribs created page Talk:Privacy/Mail (Created page with "== How to avoid to communicate IP addresses with Snappymail == I've created [https://devcentral.nasqueron.org/T2090 T2090] to suggest to write our own plugin encrypting the IP with a monthly rotating key we only keep during some months, for example 12 months. Once done, policy can be updated like this: "When using Snappymail to send an email (not to read them), this message includes a X-Encrypted-Originating-IP header with an arbitrary identifier allowing us to determi...")
- 23:41, 17 November 2024 Dereckson talk contribs created page Hosting (Created page with "Nasqueron can host resources for your open source or free culture project. == Catalogue of services == === Tier 1 === Tier 1 services are ready to host several domains and projects. It's straightforward to setup, generally with one commit and set of DNS records. ; Core services * Mail ; SaaS * MediaWiki SaaS : managed wiki hosting with MediaWiki software * Phabricator / Phorge : several instances are hosted on our Docker PaaS === Tier 2 === Tier 2 services ha...")
- 23:35, 17 November 2024 Dereckson talk contribs created page Projects index (Created page with "We're trying to build an index of domains and software. == Websites == {| class="wikitable sortable" |+ List of websites |- ! Subdomain !! Name !! Description !! DevCentral board |- | agora || Nasqueron Agora || Wiki & collaboration space || [https://devcentral.nasqueron.org/project/board/17/ Agora] / [https://devcentral.nasqueron.org/project/view/116/ MediaWiki Saas] |- | dæghrefn || Dæghrefn || IRC bot documentation || [https://devcentral.nasqueron.org/project/view...")
- 13:03, 10 November 2024 Dereckson talk contribs created page Operations grimoire/Decom (Created page with "== Vocabulary == - decom - decommission - decommissioned == Special considerations == === Devserver === Any devserver domain DNS record need to be redirected to the current reference one, to help migrations or respect [https://www.w3.org/Provider/Style/URI Cool URIs don't change]: old.nasqueron.org CNAME legacy-devserver.nasqueron.org The <code>legacy-devserver.nasqueron.org</code> should also point to the current devserver.")
- 06:52, 2 November 2024 Dereckson talk contribs created page Operations grimoire/Who (Created page with "== Nasqueron Operations SIG members == The Nasqueron Operations SIG contains the following members: * [https://devcentral.nasqueron.org/p/aceppaluni/ Angelina Ceppaluni] * Sébastien Santoro (Dereckson) * Dorian Van Laecke (DorianWinty) * Yassine Hadj messaoud (Sandlayth) The following members have full root access to our infrastructure: * Dereckson * DorianWinty * Sandlayth == Contributors == Anyone is wel...")
- 13:41, 30 October 2024 Dereckson talk contribs renamed user Moustaphaas (0 edits) to MoustaphaAs (Case)
- 13:10, 30 October 2024 User account MoustaphaAs talk contribs was created by Dereckson talk contribs and password was sent by email (Requested by contributor.)
- 22:49, 27 October 2024 Dereckson talk contribs created page Category:Colophon (Created page with "Category:Design Category:Reference")
- 22:48, 27 October 2024 Dereckson talk contribs created page Colophon/mail.nasqueron.org (Created page with "https://mail.nasqueron.org/ is the homepage of our mail services, with pointers to relevant services. == Tools used to build the site == * Nano, Adobe Firefly, Adobe Photoshop, Git * [http://tools.nasqueron.org/css/media-queries-generator Media Queries Generator] == Languages == * HTML 5, CSS 3 == Photographies credit == * Adobe Firefly with prompt ''A forest on another planet, warm hues'', retouched by Dereckson: sky, colors == CSS breakpoints == * Background is ava...")
- 01:26, 27 October 2024 Dereckson talk contribs created page Category:MySQL (Created page with "Category:Tags")
- 20:42, 26 October 2024 Dereckson talk contribs created page Category:Hidden categories (Created page with "Category:Wiki maintenance")
- 20:40, 26 October 2024 Dereckson talk contribs created page Category:Pages using deprecated source tags (Created page with "The pages in this category need to be edited with the following changes: * source tag needs to be renamed to syntaxhighlight tag Category:Wiki maintenance")
- 20:38, 26 October 2024 Dereckson talk contribs created page Category:Fyre (Created page with "Category:Projects")
- 20:34, 26 October 2024 Dereckson talk contribs created page Category:Agora (Created page with "Category:Nasqueron root category")
- 20:34, 26 October 2024 Dereckson talk contribs created page Category:Wiki maintenance (Created page with "Category:Agora")
- 20:34, 26 October 2024 Dereckson talk contribs created page Category:Pages with syntax highlighting errors (Created page with "The pages in this category need to be edited with the following changes: * source tag needs to be renamed to syntaxhighlight tag * the language attribute for syntax highlight needs to be valid Category:Wiki maintenance")
- 20:31, 26 October 2024 Dereckson talk contribs created page Category:Vault (Created page with "Category:Tags")
- 20:29, 26 October 2024 Dereckson talk contribs created page Category:Eglide (Created page with "Category:Projects Nasqueron collaborates to")
- 20:28, 26 October 2024 Dereckson talk contribs created page Category:SSH (Created page with "Category:Tags")
- 20:27, 26 October 2024 Dereckson talk contribs created page Category:Howto (Created page with "Category:Nasqueron documentation")
- 19:09, 26 October 2024 Dereckson talk contribs created page Category:Privacy policy (Created page with "Category:Reference")