<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Loops</id>
	<title>Loops - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Loops"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Loops&amp;action=history"/>
	<updated>2026-08-08T15:53:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Loops&amp;diff=34280&amp;oldid=prev</id>
		<title>Onny: Initial page</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Loops&amp;diff=34280&amp;oldid=prev"/>
		<updated>2026-08-07T23:13:06Z</updated>

		<summary type="html">&lt;p&gt;Initial page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[https://joinloops.org Loops] is a federated short video sharing platform.&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
{{Warning|The OpenProject package and module are not yet upstream and will be available in the upcoming NixOS 26.11 release.}}&lt;br /&gt;
An instance of Loops can be enabled on the domain &amp;lt;code&amp;gt;loops.example.org&amp;lt;/code&amp;gt; using following example.&amp;lt;syntaxhighlight lang=&amp;quot;nixos&amp;quot;&amp;gt;environment.etc.&amp;quot;loops-secret.env&amp;quot;.text = &amp;quot;APP_KEY=adKK9EcY8Hcj3PLU7rzG9rJ6KKTOtYfA&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
services.loops = {&lt;br /&gt;
  enable = true;&lt;br /&gt;
  domain = &amp;quot;loops.example.org&amp;quot;;&lt;br /&gt;
  nginx = {&lt;br /&gt;
    enableACME = true;&lt;br /&gt;
    forceSSL = true;&lt;br /&gt;
  };&lt;br /&gt;
  secretFile = &amp;quot;/etc/loops-secret.env&amp;quot;;&lt;br /&gt;
};&amp;lt;/syntaxhighlight&amp;gt;Reference [[Nginx]] page for instructions on how to configure SSL and ACME.&lt;br /&gt;
&lt;br /&gt;
To create an administrator account that can also be used to log into Loops, run the following commands.&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
loops-manage create-admin-account&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[Category:Web Applications]]&lt;/div&gt;</summary>
		<author><name>Onny</name></author>
	</entry>
</feed>