[13:20:03] Safari peaks IP outside iCloud Private Relay via WebAuthn. https://mjtsai.com/blog/2026/08/10/webkit-ip-and-dns-leaks-affecting-proxies-and-private-relay/ [13:59:32] Wow I heard about that but I didn't realize it was literally just "oh webauthn requests aren't tunneled" [13:59:34] that's rough [16:45:05] Heya, is there a quickstart guide? [16:45:19] I have my own server and I'm trying to find a guide so i can get it running on my server. [17:15:44] sheepism1: hi, have you seen https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki yet? [18:39:26] Got pretty far along the guide recommended by MatmaRex, but I'm stuck here. [18:39:26] MariaDB [(none)]> CREATE USER 'wikiuser'@'localhost' IDENTIFIED BY 'database_password'; [18:39:26] ERROR 1396 (HY000): Operation CREATE USER failed for 'wikiuser'@'localhost' [18:39:37] ^ errors I get [18:39:50] sorry if this is a noob question, first time setting any kind of DB stuff up [18:46:32] i don't think i've seen that before, but this: https://stackoverflow.com/questions/5555328/error-1396-hy000-operation-create-user-failed-for-jacklocalhost says that perhaps it's because the user already exists? [18:50:16] thanks, I hit it with a DROP USER and it worked. [18:50:16] The issue was I forgot to put in the password. [18:50:17] Yay. [18:50:22] anyways, solvedf [19:35:03] Okay, problem two: I want to use module:infobox from WP, but I don't know how to port over the template. [19:43:28] sheepism1: don't copy things like infoboxes from English Wikipedia [19:43:38] They are overcomplicated [19:43:39] ah [19:43:48] Any way I can get my own infobox? I specifically want an event infobox [19:44:22] Look at the portable infobox extension or https://dev.miraheze.org/wiki/Template:Infobox [19:45:51] I'm getting "Template Loop Detected?" [20:04:17] sheepism1: is your wiki public? [20:04:28] I think it's Approved Editors Only. [20:04:30] at the moment [20:05:09] I don't need to edit [20:05:20] Just easier to tell you what to do if I can see [20:10:27] https://sheepism.net/wbwiki/index.php/Main_Page [20:30:48] sheepism1: I don't see a template loop [20:30:59] Oh I see [20:31:03] Ye that's not going to work [20:31:35] You need to copy the code of the template [20:31:45] Not the example code for using it [20:32:37] alright [20:32:42] got it, I'll work on it [20:34:24] RhinosF1 How do I add the actual code? [20:34:54] sheepism1: the best way is to use Special:Export and then Special:Import [20:35:16] You can just view source from the editor and copy it but you must make sure you add attribution somewhere [20:42:08] Lua error in Module:Infobox_mapframe at line 198: attempt to index field 'wikibase' (a nil value). [20:42:08] Sorry, this is my first time running a MW thing. I havee no idea what's up with this. [20:46:19] we really should make it easier for people to turn wikibase off in our modules :/ [20:51:29] sheepism1: yes that's on your event one [20:51:39] yes? [20:51:52] You need to pick what you are doing, either copy of the code from Simple Infobox to Template:Simple Infobox [20:52:06] Or argue with wikibase and Lua on your existing one [20:52:09] Not both [20:52:16] Izno: yes you do, it's painful [20:53:09] it's actually pretty easy, just a trivial nil check, but I'm too lazy to do it in every template/module that needs it