I’m looking for an easy way to upload files from my Android smartphone to my home server. is there a - ideally dockerized - solution for that? Some simple web GUI where I can click on “Upload” and the files will be saved to a certain directory on my home server?

EDIT: I should’ve added that I want to do this remotely and not in my local network. I want to be able to send files from my Android smartphone from anywhere via the internet to my home server. That’s why I thought about a services hosted on my server, which frontend I could access through my smartphone. But I might’ve answered my question already with the following: https://github.com/zer0tonin/Mikochi

EDIT #2: Thanks guys, I ended up creating my own Docker container running nextcloudcmd inspired by this: https://github.com/juanitomint/nextcloud-client-docker But I built the container from scratch and it’s very minimalistic. I can publish it on my Gitlab when it’s somewhat ready. Here’s a little preview.

Dockerfile

FROM alpine:latest
RUN apk update && apk add nextcloud-client
COPY nc.sh .
RUN chmod +x ./nc.sh
VOLUME /data
CMD ./nc.sh

nc. sh (How can I prevent automatic hyperlinking?)

#!/bin/sh
while true
do
        nextcloudcmd /data https://${username}:${passwort}@${nextcloud-domain}
        sleep 300
done
@Kimusan@feddit.dk
link
fedilink
English
06M

Nextcloud

@hperrin@lemmy.world
link
fedilink
English
26M

Nextcloud has to have a specific file structure in its data directory. It sounds like OP wants to serve a particular, already existing directory, so in that case, Nextcloud wouldn’t work.

If I were you, I would use some file manager app that allows ssh connection to the server, and do file transfer over ssh.

For remote use, I might use Tailscale to create a private network over the public internet and use it when outside of the home network.

halva
link
fedilink
English
1
edit-2
6M

Syncthing works over local LAN and public internet relays, and is very good at traversing NAT

Politically Incorrect
link
fedilink
English
16M

LocalSend

@theRealBassist@lemmy.world
link
fedilink
English
1
edit-2
6M

So, at least on Samsung, the MyFiles app, the default file browser, allows for network connections via smb.

In my case, I use a vpn to tunnel into my network, and then just use the smb share.

It also allows for FTP and SFTP.

xcjs
link
fedilink
English
26M

My go-to solution for this is the Android FolderSync app with an SFTP connection.

@hperrin@lemmy.world
link
fedilink
English
3
edit-2
6M

I just so happened to have made a solution for this:

https://hub.docker.com/r/sciactive/nephele

I recommend the Owlfiles app as a client if the browser client is not good enough. But the browser client should be good for your use case.

This is what the web interface looks like:

It’s meant to be able to run on any browser. Like, even the PS3 browser. It can also stream files like videos and music.

You can put it behind a reverse proxy without any worry.

That screenshot ^ is from my Jellyfin library, that I manage through Nephele.

I use syncthing. Share from any app, land on that directory on your server.

adr1an
link
fedilink
English
16M

Being p2p is a huge bonus, it exceeds (and predates) the self-host category! If I recall correctly, I had an intro post to the system somewhere… can’t look it up ATM.

Material Files support both SMB and SFTP - https://f-droid.org/en/packages/me.zhanghai.android.files/

Obercail
link
fedilink
English
1
edit-2
6M

And SSH key authentication

@taaz@biglemmowski.win
link
fedilink
English
06M

There is also FX which can do this too, additionally you can browse/download/upload files to/from the phone locally from PC through browser (the app opens up a web server).

For remote connection, you can use Tailscale along with Material Files and SMB/SFTP.

I honestly prefer selfhosting my home vpn using Wireguard or OpenVPN.

Yes. But that would assume that OP is not behind CGNAT. Also, even with Static IP, if I had to just do file transfer over SSH, I would use Tailscale over selfhosting wireguard. But that’s my personal take on this.

Yeah getting stuck behind CGNAT IPv4 and no IPv6 would break setting up your own vpn server. That would cause me too look for another internet provider.
I only got 100mbps at home so I’m still running openvpn as I don’t gain anything worthwhile from wireguard.

MeaCulpa
link
fedilink
English
46M

+1 for Material Files, really great App

archomrade [he/him]
link
fedilink
English
16M

I highly recommend this one.

If all you’re looking for is a way to send files from your phone to your server, this is the simplest way to do it.

Share your server volume as a SMB, mount to phone via Material Files.

@kevincox@lemmy.ml
link
fedilink
English
36M

Material Files + SFTP is a winning combination. You probably already have SSH configured and it is quite secure.

Tiritibambix
link
fedilink
English
46M

SMB + Mixplorer

Syncthing

Same, I have a bunch of “inbox” folders and drop files into my server or desktop from my phone with 3 clicks.

@tlf@feddit.de
link
fedilink
English
76M

It’s amazing how often this program can be used to solve a problem someone has with their file sharing. And in my opinion it’s an elegant solution and does it’s job very well

I had a similar question: https://lemmy.ml/post/12919434

@Zeoic@lemmy.world
link
fedilink
English
86M

You could technically do this with Nextcloud, but that is definitely overkill just for a file drop.
The next best thing I can think of for this would be localsend with auto accept enabled.

@hperrin@lemmy.world
link
fedilink
English
26M

You can’t really. Nextcloud requires a specific file structure. It’s not meant to serve ad-hoc directories.

@Catsrules@lemmy.ml
link
fedilink
English
1
edit-2
6M

You can add in local directory paths or file shares within your Nextcloud home directory.

I use that to access a local SMB share externally.

@hperrin@lemmy.world
link
fedilink
English
16M

Ah, ok. And it works when something outside Nextcloud changes the files?

@Catsrules@lemmy.ml
link
fedilink
English
2
edit-2
6M

Yes but it has limitations/risks that could be a deal killer depending on your use case.

When a file changes externally, Nextcloud doesn’t know about the the changes until it looks at the file. It only looks when a user access that location within Nextcloud or during a automatic file scan.

The only time I have had issues with it is using a Nextcloud desktop client, as files are cached locally on the desktop and the client doesn’t live query the server when you view the files locally.

Changes made externally of Nextcloud won’t get updated on desktop clients until Nextcloud looks at the file an realizes a change happened.

This can be very annoying but also dangerous as you are at risk of editing an outdated file. For example if you edit a file via SMB and then edit the same file again on a desktop clients. The desktop clients won’t have the new file with the B changes. So you risk overwriteing the files with an old version.

Create a post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

  • 1 user online
  • 279 users / day
  • 589 users / week
  • 1.34K users / month
  • 4.55K users / 6 months
  • 1 subscriber
  • 3.47K Posts
  • 69.3K Comments
  • Modlog