Skip to main content

Self Hosting

ยท One min read
Daniel Guerrero
Beholder of insanity

Hi, I forgot to write on Friday, but I did a few things since then.

Cloudflareโ€‹

I am hosting master branch of the repo titor-docs on cloudflare pages.
You can visit it here titor-docs.pages.dev It only needs access to the private project and Docusaurus was already an option on the drop-down.

Personal domainโ€‹

I also set up a few things for a domain that I found on namecheap https://dannyden.work/.
So all DNS go from cloudflare to my server on my parent's home.

Self hosted gitlabโ€‹

I wanted an instance of gitlab instead of using GitHub for a few things.
So I followed this and it's running locally, gonna open the ports later.

  • Docker install
    • Remember this export GITLAB_HOME=/srv/gitlab
  • SMTP
    • Used gmail, personal app password, needed to run a few things inside the docker (docker exec -it)
  • Gitlab admin
    • Also needed to restart root password to activate my email because I registered myself before putting SMTP