<?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=Microbin</id>
	<title>Microbin - 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=Microbin"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Microbin&amp;action=history"/>
	<updated>2026-05-11T07:02:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Microbin&amp;diff=23202&amp;oldid=prev</id>
		<title>Jocim: Created page with &quot;== Introduction == &#039;&#039;&#039;MicroBin&#039;&#039;&#039; is a feature rich, performant and secure text and file sharing web application, a &quot;paste bin&quot;. Imagine cloud storage, but simpler, and with cool features like URL redirection, automatic file expiry, raw file serving support, and 3 possible levels of encryption.  == Setup == The following is a minimal configuration to get MicroBin up and running:&lt;syntaxhighlight lang=&quot;nix&quot; line=&quot;1&quot; start=&quot;1&quot;&gt; {   services.microbin = {     enable = true;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Microbin&amp;diff=23202&amp;oldid=prev"/>
		<updated>2025-06-16T03:45:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction == &amp;#039;&amp;#039;&amp;#039;MicroBin&amp;#039;&amp;#039;&amp;#039; is a feature rich, performant and secure text and file sharing web application, a &amp;quot;paste bin&amp;quot;. Imagine cloud storage, but simpler, and with cool features like URL redirection, automatic file expiry, raw file serving support, and 3 possible levels of encryption.  == Setup == The following is a minimal configuration to get MicroBin up and running:&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;1&amp;quot;&amp;gt; {   services.microbin = {     enable = true;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MicroBin&amp;#039;&amp;#039;&amp;#039; is a feature rich, performant and secure text and file sharing web application, a &amp;quot;paste bin&amp;quot;. Imagine cloud storage, but simpler, and with cool features like URL redirection, automatic file expiry, raw file serving support, and 3 possible levels of encryption.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
The following is a minimal configuration to get MicroBin up and running:&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  services.microbin = {&lt;br /&gt;
    enable = true;&lt;br /&gt;
    settings = {&lt;br /&gt;
      MICROBIN_BIND = &amp;quot;0.0.0.0&amp;quot;;&lt;br /&gt;
      MICROBIN_PORT = 8080;&lt;br /&gt;
    };&lt;br /&gt;
  };&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Access it on &amp;lt;code&amp;gt;localhost:8080&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional Configuration ==&lt;br /&gt;
For details regarding the MicroBin environment variables go to https://microbin.eu/docs/installation-and-configuration/configuration.&lt;br /&gt;
&lt;br /&gt;
The following is a more complete configuration:&amp;lt;syntaxhighlight lang=&amp;quot;nix&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  services.microbin = {&lt;br /&gt;
    enable = true;&lt;br /&gt;
    passwordFile = &amp;quot;/var/lib/microbinEnv&amp;quot;;&lt;br /&gt;
    settings = {&lt;br /&gt;
      MICROBIN_BIND = &amp;quot;0.0.0.0&amp;quot;;&lt;br /&gt;
      MICROBIN_PORT = 8080;&lt;br /&gt;
      MICROBIN_ENCRYPTION_CLIENT_SIDE = true;&lt;br /&gt;
      MICROBIN_ENCRYPTION_SERVER_SIDE = true;&lt;br /&gt;
      MICROBIN_HASH_IDS = true;&lt;br /&gt;
      MICROBIN_DISABLE_TELEMETRY = true;&lt;br /&gt;
    };&lt;br /&gt;
  };&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;It is recommended to not write your admin password and user to the settings file so that is not stored in the nix store.&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:Applications]]&lt;br /&gt;
[[Category:Web Applications]]&lt;/div&gt;</summary>
		<author><name>Jocim</name></author>
	</entry>
</feed>