Code Monkey home page Code Monkey logo

Comments (8)

ellie avatar ellie commented on June 19, 2024

Could you let me know a bit more about what you find unclear please?

It would help if you shared your level of experience, and what sort of self-hosting you've done + are comfortable with

from atuin.

mateuscomh avatar mateuscomh commented on June 19, 2024

Im trying using with a docker-compose, on armbian 64 bits.
The atuin image and postgresql goes up but some erros i have on container
This is a first error i have when i copy from the doc.
2024-01-08_20-51

from atuin.

solarisfire avatar solarisfire commented on June 19, 2024

Yeah, I think if a user is working through the documentation, and ends up on the docker page (https://atuin.sh/docs/self-hosting/docker) before the actual self-hosting page (https://atuin.sh/docs/self-hosting/) they can get ahead of themselves and start trying to create docker containers before the server.toml file actually exists anywhere.

It could maybe do with a call to action to make sure you've looked at the first page first?

That page makes the assumption the user is running atuin itself on the sync server, so has a ~/.config/atuin/ directory created. In the case that the user decided they don't want atuin on their sync server, a user may need prompting to create that directory?

I also found that the docker container needed to be started with:

docker run -p 8888:8888 -d -v "$HOME/.config/atuin:/config" ghcr.io/atuinsh/atuin:latest server start

To actually expose port 8888.

from atuin.

mateuscomh avatar mateuscomh commented on June 19, 2024

I confess, for me is a little bit confuse this part on a self hosted but im continue trying
Late im will try to retake in a order propose.

I think can be explore and descript little more the params from self hosted to people curious like me (:

from atuin.

ascheucher avatar ascheucher commented on June 19, 2024

The server.toml file is never mentioned on the Docker page. Was a bit of jumping back and forth to figure out, what is needed where to get it up and running...

from atuin.

mateuscomh avatar mateuscomh commented on June 19, 2024

Hello folks.

Im see the documentation has improved, and i have few questions:

when
Self hosted or docker that line:

- ATUIN_HOST: "0.0.0.0"

means the port atuin will listen or needs change 0.0.0.0 to a hosted server ip address?
Thats not clear for me

from atuin.

ellie avatar ellie commented on June 19, 2024

It means that Atuin will listen on all interfaces. Please don't put your servers IP address here. ATUIN_PORT specifies the port.

You may wish to read up on network interfaces and CIDR ranges - this isn't at all specific to Atuin.

from atuin.

ellie avatar ellie commented on June 19, 2024

tldr is that 127.0.0.1 would specify listening on only the local network interface, whereas 0.0.0.0 is a way of writing "listen on all".

atuin would not be accessible over the network if you set 127.0.0.1, whereas it will be with 0.0.0.0.

from atuin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.