# Small stripdown server for self store

**URL:** https://discourse.asciinema.org/t/small-stripdown-server-for-self-store/289
**Category:** Show and tell
**Created:** [October 3, 2019, 8:47am UTC](https://discourse.asciinema.org/t/small-stripdown-server-for-self-store/289 "2019-10-03T08:47:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Gerifield](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.asciinema.org/gerifield/32/131_2.png) [@Gerifield](https://discourse.asciinema.org/u/Gerifield)
#### Post date: [October 3, 2019, 8:47am UTC](https://discourse.asciinema.org/t/small-stripdown-server-for-self-store/289/1 "2019-10-03T08:47:43Z")

</div>

Hi,  
I wanted to just store my casts on my NAS at home and I don’t really needed any features of the published server. (No registration needed, because I’m the server owner, so no user handling, no playback etc…)

I just wanted to have an URL which I could set in the config file and the recordings would go there by default without any complicated installation.

So I’ve created a very strip down asciinema compatible server in Go. You could upload/download your casts and that’s all.

Have fun with that and feel free to open feature requests:

> **[GitHub - Gerifield/mini-asciinema-store: Small server for store asciinema...](https://github.com/Gerifield/mini-asciinema-store)**
>
> Small server for store asciinema recordings. Contribute to Gerifield/mini-asciinema-store development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![oldfart](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.asciinema.org/oldfart/32/28_2.png) [@oldfart](https://discourse.asciinema.org/u/oldfart)
#### Post date: [October 4, 2019, 7:07pm UTC](https://discourse.asciinema.org/t/small-stripdown-server-for-self-store/289/2 "2019-10-04T19:07:16Z")

</div>

And i have created a pull

---

<div class="post-metadata">

### Author: ![Gerifield](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.asciinema.org/gerifield/32/131_2.png) [@Gerifield](https://discourse.asciinema.org/u/Gerifield)
#### Post date: [October 5, 2019, 8:24am UTC](https://discourse.asciinema.org/t/small-stripdown-server-for-self-store/289/3 "2019-10-05T08:24:44Z")

</div>

Thanks! 🙂  
It’s merged. The systemd is a very good idea.

---

<div class="post-metadata">

### Author: ![oldfart](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.asciinema.org/oldfart/32/28_2.png) [@oldfart](https://discourse.asciinema.org/u/oldfart)
#### Post date: [October 6, 2019, 5:48pm UTC](https://discourse.asciinema.org/t/small-stripdown-server-for-self-store/289/4 "2019-10-06T17:48:03Z")

</div>

Maybe you could check ‘pleaserun’ on github in order to create more init type scripts
