How-to login to admin panel after deploy?

Hi! :slight_smile:
after watching the amazing presentation of ghost.org in fosdem

i decided to give it a try! :slight_smile:

i was able to deploy, but now i can’t find any place or manual to login to the admin panel?! im using docker-compose

found it

ghost/editor/

Oh good! Come on back if you get stuck with something else! And welcome to Ghost!

well for sure this is missing on the Installation guide for selfhosting.

also would be cool to include the smtp configuration, its a basic for any selfhost. if you cant send emails apps get to be useless… maybe ill look into making a pull request of this stuff.

mail__transport=SMTP
mail__from=info@domain.net
mail__options__host=
mail__options__port: 587
mail__options__secure: ‘false’
mail__options__tls__rejectUnauthorized: ‘false’
mail__options__auth__user: ‘myemail’
mail__options__auth__pass: ‘mypass’

or maybe im missing some documentation is a there a post-install guide? anyway that was the only thing really important, all the rest is quite intuitive. great work. i’d just would like to known if i can remove all the facebook and X references on the backoffice, makes it look so ugly.

I thought ghost was meant for the fediverse only :grimacing:

ANYWAY GOT TO MENTION THANK YOU. all goes super smooth and nice! :slight_smile:

Looks like you’re hosting in Docker. That’s not an officially supported setup, which is probably why you aren’t finding much about it in the docs. (There is, however, lots of expertise here on the forum for docker setups.)

Clarification: I don’t work for Ghost.org (although that’d be awesome). I’m just a community contributor.

You certainly could hack the Ghost admin panel to remove references to Facebook and X, but since you are the only one who’ll see it (well, and any other staff for your site), I’d recommend against it, since you’d have to reapply your core changes every time Ghost rolls out an update, which is about once a week.,

about removing X and facebook. can i just append some css to the admin easily?

Yes im using docker, which is the official selfhost then?

Is it possible to also to contribute to the documentation of the website? it was trying to find it on github, but there are 5 pages of repositories

The core team doesn’t have the documentation in a public repo.

If you’re trying to go official, you want to ubuntu link. The Docker setup is unofficial, but lots of folks use it, and if it’s working for you, great! The big difference is that if you see directions for making your config file say a: { b: c} then you’d translate that to environment variables as a__b: c.

The admin app is a standalone ember app. You’d need to rebuild with the css changes, I think?

its the same:

is not there any post-installation guide :)

about the css, i was wondering if in the admin there is a field to add extra-css so i dont need to rebuild

Not css that will load on the admin panel, no.