Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: SSH access after init - UmbrelOS 1.0+ #1824

Closed
maximtitovich opened this issue May 8, 2024 · 4 comments
Closed

Feature request: SSH access after init - UmbrelOS 1.0+ #1824

maximtitovich opened this issue May 8, 2024 · 4 comments

Comments

@maximtitovich
Copy link

Currently you can only login and ssh into the system before you "initialize" it, after installation with umbrel login and password. Would be nice to keep that or get to know umbrel and root user password after you "initialize" Umbrel.
That said than it is easier to edit docker files and adjust the configuration of different apps. For example I would like to disable authentication on some containers, as my installation is local and I use reverse proxy.
On the other hand, I would like to passthrough devices to jellyfin for example for decoding.
Anyways, is there a way to know your "new" umbrel or/and root user password?

@highghlow
Copy link
Contributor

Anyways, is there a way to know your "new" umbrel or/and root user password?

The new password is you umbrel password you set during onboarding (username: umbrel)

@maximtitovich
Copy link
Author

The new password is you umbrel password you set during onboarding (username: umbrel)

Oh, I haven't tried it. I tried root and my new username with the password, but not the umbrel user. That is a little bit confusing. Does it still have root access?
The reason I'm asking is that I want to migrate some of my containers manually with moving the data folders for them on this new umbrel os installation. Or they would be encrypted and inaccessible?

@highghlow
Copy link
Contributor

Does it still have root access?

Yes, you can use sudo. Here's how to disable the sudo password prompt: https://askubuntu.com/questions/334318/sudoers-file-enable-nopasswd-for-user-all-commands

I want to migrate some of my containers manually with moving the data folders for them on this new umbrel os installation. Or they would be encrypted and inaccessible?

I think application data is stored in ~/umbrel/app-data/<appid>/data (where ~ is your user's home dir, /home/umbrel on Umbrel v1), though some weird applications might use docker volumes, which are much harder to migrate (you can check by opening their docker-compose.yml file in https://github.com/getumbrel/umbrel-apps and searching for volumes: at the bottom). The data is not encrypted.

@highghlow
Copy link
Contributor

Please mark the issue as closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants