Recent changes

From wikinotes

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 11:03, 20 May 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

19 May 2024

     23:44  Ntfy configuration‎‎ 9 changes history +2,698 [Will‎ (9×)]
     
23:44 (cur | prev) +228 Will talk contribs (→‎iOS App)
     
23:29 (cur | prev) +110 Will talk contribs (→‎Token Auth)
     
23:25 (cur | prev) +255 Will talk contribs
     
22:23 (cur | prev) +397 Will talk contribs (→‎Components)
     
21:10 (cur | prev) +85 Will talk contribs (→‎Access Control)
     
21:07 (cur | prev) +206 Will talk contribs (→‎Token Auth)
     
01:07 (cur | prev) −1 Will talk contribs (→‎Basics)
     
01:05 (cur | prev) +130 Will talk contribs (→‎Basics)
     
00:47 (cur | prev) +1,288 Will talk contribs
     23:26  Ntfy usage‎‎ 5 changes history +555 [Will‎ (5×)]
     
23:26 (cur | prev) +52 Will talk contribs (→‎Create a Topic)
     
18:54 (cur | prev) +161 Will talk contribs (→‎Emit to Topic)
     
18:52 (cur | prev) +41 Will talk contribs (→‎Emit to Topic)
     
18:50 (cur | prev) +103 Will talk contribs (→‎Create a Topic)
     
18:47 (cur | prev) +198 Will talk contribs
     22:04  Iptables diffhist +147 Will talk contribs (→‎Usage)
     00:29  Ntfy diffhist +142 Will talk contribs (→‎Locations)
     00:05  Quadlet usage diffhist +58 Will talk contribs (→‎Overview)

18 May 2024

     23:34  Saltstack install diffhist +20 Will talk contribs (→‎Archlinux)
     21:43  Quadlet‎‎ 7 changes history −4,220 [Will‎ (7×)]
     
21:43 (cur | prev) −26 Will talk contribs (→‎Notes)
     
21:37 (cur | prev) −3,529 Will talk contribs (→‎Syntax)
     
21:36 (cur | prev) −1,174 Will talk contribs (→‎Usage)
     
21:29 (cur | prev) +177 Will talk contribs
     
21:26 (cur | prev) +196 Will talk contribs (→‎Locations)
     
20:54 (cur | prev) −4 Will talk contribs (→‎Locations)
     
20:28 (cur | prev) +140 Will talk contribs
N    21:43  Quadlet syntax‎‎ 5 changes history +3,735 [Will‎ (5×)]
     
21:43 (cur | prev) +34 Will talk contribs (→‎*.container)
     
21:39 (cur | prev) +2 Will talk contribs (→‎*.container)
     
21:39 (cur | prev) +31 Will talk contribs (→‎*.container)
     
21:38 (cur | prev) +216 Will talk contribs
N    
21:37 (cur | prev) +3,452 Will talk contribs (Created page with "= Overview = <blockquote> <syntaxhighlight lang="yaml"> # ~/.config/containers/systemd/${name}.${ext} # systemd unitfile generator files *.container: for a single container # podman run *.kube: from kubernetes yaml files using # podman kube play *.pod: for a single pod within kubernetes yaml files # ? is this correct? *.yml: a kubernetes yaml file # resources *.image: ensures a docker image is pulled *.network:...")
N    21:36  Quadlet usage diffhist +978 Will talk contribs (Created page with "= Overview = <blockquote> While quadlet is technically an executable, it's designed to work with systemd commands directly. After adding your files to <code>~/.config/containers/systemd/*</code> or <code>/etc/containers/systemd/*</code>,<br> you can run daemon-reload and your generated systemd services will be made available. TL;DR <syntaxhighlight lang="bash"> mkdir -p /etc/containers/systemd cp foo.container /etc/containers/systemd/ systemctl daemon-reload...")
N    21:30  Quadlet install diffhist +51 Will talk contribs (Created page with "quadlet is installed automatically with podman.")
N    21:10  Quadlet example: single container with volume‎‎ 13 changes history +1,328 [Will‎ (13×)]
     
21:10 (cur | prev) +236 Will talk contribs (→‎2. Regen systemd and boot container)
     
21:08 (cur | prev) −28 Will talk contribs (→‎2. Regen systemd and boot container)
     
21:07 (cur | prev) +1 Will talk contribs (→‎ntfy.container)
     
21:07 (cur | prev) −42 Will talk contribs (→‎ntfy.volume)
     
21:07 (cur | prev) +1 Will talk contribs (→‎ntfy.container)
     
21:07 (cur | prev) −62 Will talk contribs (→‎ntfy.container)
     
20:55 (cur | prev) +38 Will talk contribs (→‎ntfy.volume)
     
20:55 (cur | prev) +41 Will talk contribs (→‎ntfy.container)
     
20:54 (cur | prev) −4 Will talk contribs (→‎2. Regen systemd and boot container)
     
20:50 (cur | prev) +96 Will talk contribs (→‎2. Regen systemd and boot container)
     
20:45 (cur | prev) +105 Will talk contribs (→‎2. Regen systemd and boot container)
     
20:31 (cur | prev) +228 Will talk contribs
N    
20:30 (cur | prev) +718 Will talk contribs (Created page with "= 1. Configurations = <blockquote> First, add the configs: == ntfy.container == <blockquote> <syntaxhighlight lang="systemd"> # ~/.config/containers/systemd/ntfy.container # vim: ft=systemd [Install] WantedBy=default.target [Container] # https://hub.docker.com/r/binwiederhier/ntfy/tags Image=docker.io/binwiederhier/ntfy:2.11.0 Volume=ntfy.volume:/etc/ntfy Environment=TZ=UTC PublishPort=127.0.0.1:9800:80 EntryPoint=["ntfy", "serve"] </syntaxhighlight> </blockquote><!--...")
N    17:49  Jquery selectors diffhist +326 Will talk contribs (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | official docs || https://api.jquery.com/category/selectors/ |- |} </blockquote><!-- Documentation --> = Examples = <blockquote> <syntaxhighlight lang="javascript"> $("#element-id") $('div .some-class[some-attr="foo"]') </syntaxhighlight> </blockquote><!-- Examples -->")