{
  "version": "https://jsonfeed.org/version/1",
  "title": "selfhost on Lucas Freeman",
  "icon": "https://avatars.micro.blog/avatars/2026/18/1910156.jpg",
  "home_page_url": "https://lucasfreeman.com/",
  "feed_url": "https://lucasfreeman.com/feed.json",
  "items": [
      {
        "id": "http://lucasf.micro.blog/2026/04/12/think-im-finally-done-with/",
        "title": "Think I'm finally done with my post cards on my #ghostblog",
        "content_html": "<figure><img src=\"https://lucasf.micro.blog/uploads/2026/e07cae2034.jpg\" alt=\"Think I&#x27;m finally done with my post cards on my #ghostblog\"></figure><ul><li>Mastodon logo shows if post was xposted and hyperlinks (also shows an embed on the post page of the mastodon post with stats) </li><li>Likes work and are counted</li><li>Comment links to the comments section powered by a self hosted isso instance. Counts also work</li><li>Photo is the total photo count on the post</li><li>View Post is always there, but changed to Read more if truncated by total photos being more than 3</li><li>Share provides a copy link or email</li></ul><figure class=\"kg-card kg-image-card\"><img src=\"https://lucasf.micro.blog/uploads/2026/a1082e5e8d.jpg\" class=\"kg-image\" alt=\"\" loading=\"lazy\" width=\"500\" height=\"281\"></figure>\n",
        "date_published": "2026-04-12T14:54:39-05:00",
        "url": "https://lucasfreeman.com/2026/04/12/think-im-finally-done-with/",
        "tags": ["tech","selfhost"]
      },
      {
        "id": "http://lucasf.micro.blog/2026/04/10/stoked-about-how-my-self/",
        "title": "Stoked about how my self hosted ghost blog is turning out",
        "content_html": "<figure><img src=\"https://lucasf.micro.blog/uploads/2026/2326a84d28.jpg\" alt=\"Stoked about how my self hosted ghost blog is turning out\"></figure><p>A few of my favorite things:</p><ul><li>Posts are truncated by character limit and photo count, 3. Also shows a number of photos on the post</li><li>Has a like button via <a href=\"https://github.com/ColinEberhardt/applause-button\">https://github.com/ColinEberhardt/applause-button</a> that shows on the home page and direct posts</li><li>A very slick /tags page</li><li>All colors are in line with <a href=\"https://catppuccin.com/palette/\">https://catppuccin.com/palette/</a></li></ul><p>Looking to add web mentions support and better integration with my mastodon<br><br>Base theme is here: <a href=\"https://www.priority.vision/themes/feed/\">https://www.priority.vision/themes/feed/</a></p>\n",
        "date_published": "2026-04-10T18:12:46-05:00",
        "url": "https://lucasfreeman.com/2026/04/10/stoked-about-how-my-self/",
        "tags": ["tech","selfhost"]
      },
      {
        "id": "http://lucasf.micro.blog/2026/01/14/really-enjoying-umami/",
        "title": "Really enjoying Umami",
        "content_html": "<figure><img src=\"https://lucasf.micro.blog/uploads/2026/0c94eb7414.jpg\" alt=\"Really enjoying Umami\"></figure><p>Why I use this opensource tool for my analytics</p><p>I've dabbled in self hosting my blog on and off for years. <br><br>Something  that i never really felt was where I wanted it was light site stats. I  had no interest in paying for this functionality, or giving big brother  Google any of my data. <br><br>When I landed on <a href=\"https://ghost.org/?ref=lucasfreeman.com\">Ghost</a>, they did not have the partnership with <a href=\"https://ghost.org/integrations/tinybird/?ref=lucasfreeman.com\">Tinybird</a> yet, so I started to dig. <br><br>I finally found <a href=\"https://github.com/umami-software/umami?ref=lucasfreeman.com\">Umami</a><br><br>Out the gate i was really impressed on how easy it is to get going. <br><br>Once I set up my site, it gave me a simple script to add to the site. Once done, I could see all the goodies I was after.</p><p>Today I've dug into UTMs and campaigns to get some more insights on linking.</p><figure class=\"kg-card kg-image-card\"><img src=\"https://lucasf.micro.blog/uploads/2026/5dd2115d88.jpg\" class=\"kg-image\" alt loading=\"lazy\" width=\"1061\" height=\"448\" srcset=\"https://lucasf.micro.blog/uploads/2026/5dd2115d88.jpg 600w, https://lucasf.micro.blog/uploads/2026/5dd2115d88.jpg 1000w, https://lucasf.micro.blog/uploads/2026/5dd2115d88.jpg 1061w\" sizes=\"(min-width: 720px) 720px\"></figure><p>I'm just a stats nerd and don't really have any reason to do this other  than that, but it sure is fun to watch the funnels and journeys people  take.</p><p><br></p><p>Having this data self hosted and the data housed on my own  homelab feels so much more satisfying. We already give so much  information to big tech, anything i can pull in house feels like a tiny  victory.</p>\n",
        "date_published": "2026-01-14T11:42:00-05:00",
        "url": "https://lucasfreeman.com/2026/01/14/really-enjoying-umami/",
        "tags": ["tech","selfhost"]
      },
      {
        "id": "http://lucasf.micro.blog/2026/01/14/we-have-llms-at-home/",
        "title": "We have LLMs at home",
        "content_html": "<figure><img src=\"https://lucasf.micro.blog/uploads/2026/b8ea3bdef9.jpg\" alt=\"We have LLMs at home\"></figure><p>A quick post on how and why i use self hosted LLMs</p><p>While I have strong feelings about the overarching \"AI\" umbrella, open-source models and tools are neat.<br><br>Powered my home lab, with <a href=\"https://unraid.net/?ref=lucasfreeman.com\">unraid</a>, the <a href=\"https://hub.docker.com/r/ollama/ollama/?ref=lucasfreeman.com\">ollama</a> docker, and the <a href=\"https://github.com/open-webui/open-webui?ref=lucasfreeman.com\">open-webui</a> docker. <br><br>Right now, these are my favorite opensource models:</p><ul><li><a href=\"https://github.com/meta-llama/llama3?ref=lucasfreeman.com\">Llama 3.1</a> - Fast, solid all-rounder; tool-calling support</li><li><a href=\"https://github.com/QwenLM/Qwen2.5?ref=lucasfreeman.com\">Qwen 2.5</a> - Stronger multilingual, math, code</li><li><a href=\"https://github.com/allenai/OLMo?ref=lucasfreeman.com\">OLMo 2 7 B</a> - 100 % open training pipeline</li><li><a href=\"https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3?ref=lucasfreeman.com\">Mistral 7 B Instruct v0.3</a> - Fast, creative writing</li><li><a href=\"https://github.com/bigcode-project/starcoder2?ref=lucasfreeman.com\">StarCoder2 7 B</a> - Code-generation specialist, 600+ langs.</li></ul><p>I have a few more at the ready when needed</p><figure class=\"kg-card kg-image-card\"><img src=\"https://lucasf.micro.blog/uploads/2026/ffb8a636a7.jpg\" class=\"kg-image\" alt loading=\"lazy\" width=\"569\" height=\"323\"></figure><p><br></p><h2 id=\"what-about-internet-access-and-search\">What about internet access and search?</h2><p><br>When needed, I can easily feed this to the net via my cloudflared container and custom domain.<br>I  much prefer keeping it offline and use the strength of the model vs  just having it be an internet gopher. However, i have searx self hosted  and can easily tap the API when needed</p>\n",
        "date_published": "2026-01-14T11:41:00-05:00",
        "url": "https://lucasfreeman.com/2026/01/14/we-have-llms-at-home/",
        "tags": ["tech","selfhost"]
      },
      {
        "id": "http://lucasf.micro.blog/2025/10/31/a-neat-resource-for-self/",
        "title": "A neat resource for self hosted alternatives to popular software",
        "content_html": "<p><a href=\"https://openalternative.co/self-hosted\">https://openalternative.co/self-hosted</a></p>\n",
        "date_published": "2025-10-31T09:55:00-05:00",
        "url": "https://lucasfreeman.com/2025/10/31/a-neat-resource-for-self/",
        "tags": ["tech","micropost","selfhost"]
      },
      {
        "id": "http://lucasf.micro.blog/2024/01/06/well-thats-not-good/",
        "title": "Well that’s not good",
        "content_html": "<figure><img src=\"https://lucasf.micro.blog/uploads/2026/cac5a3df3f.jpg\" alt=\"Well that’s not good\"></figure><p>My unraid server just might have a run away docker image 🏚️🔥</p>\n",
        "date_published": "2024-01-06T10:39:00-05:00",
        "url": "https://lucasfreeman.com/2024/01/06/well-thats-not-good/",
        "tags": ["tech","selfhost"]
      }
  ]
}
