728x90
반응형

안드로이드 폰에 Nextcloud 설치
사용하지 않는 폰이 있는데 어떻게 활용할까 찾던 중 안드로이드 폰에 Nextcloud가 설치가 가능하다는 것을 찾았다.
Nextcloud란 개인 파일이나 사진 이메일을 사용할 수 있는 어플리케이션이다.
Clone code using MGit (optional, you can also just use the terminal)
Set "root storage location for repos" to something like /storage/emulated/0
Clone with: Remote URL https://github.com/nextcloud/server.git, Local Path nextcloud (doesn’t support 2FA – if you use that get an app token and log in with that)
Clone the 3rdparty submodule too, local path nextcloud/3rdparty
Install (and optionally clone as well) with Termux
First install some dependencies pkg install php php-fpm sqlite coreutils openssl-tool
Allow Termux to access storage outside of own folder termux-setup-storage
(If you want to clone with Termux: cd /storage/emulated/0/ && git clone https://github.com/nextcloud/server.git nextcloud)
Get the Nextcloud submodules cd /storage/emulated/0/nextcloud/ && git submodule update --init
Start the server php -S 0.0.0.0:8080 -t /storage/emulated/0/nextcloud/
Finish setup in Firefox
Go to http://0.0.0.0:8080
Set an admin username and password in the
(SQLite will be used as database)
실제로 가이드대로 안쓰는 구글픽셀 원에 실행해보니 정상적으로 사용이 가능했다.
오래전에 설치해봐서 현재 설치 사진은 없다.
https://github.com/jancborchardt/nextcloud-scripts/blob/master/nextcloud-on-android.md
GitHub - jancborchardt/nextcloud-scripts: ☁️ Scripts to easier set up & update Nextcloud
☁️ Scripts to easier set up & update Nextcloud. Contribute to jancborchardt/nextcloud-scripts development by creating an account on GitHub.
github.com
728x90
반응형