gobrowser icon indicating copy to clipboard operation
gobrowser copied to clipboard

Share list empty (but files seem to be shared)

Open moretocome opened this issue 6 years ago • 0 comments

Hi, thanks for this great software! I can't believe how light it runs :)

As the topic states, I have a problem with the share list showing as empty though.

It worked at first, as I was able to see the list of shared files, but after selecting all files in a folder and clicking "Share the ticked files", I got the confirmation message, but when i checked the shares list afterwards the list was completely empty.

It stays empty when I try to add more links, but the links do work (if I copy them from the confirmation message) and leads to the correct download. Any idea where the list might have gone?

Raspberry Pi 2B with Raspbian Stretch go version go1.7.4 linux/arm

app.conf file (I had to strip the comments, or else gobrowser complained about syntax and wouldn't run):

{
	"listen": "0.0.0.0:5001",
	"webroot": "",
	"path": "/media/share",
	"hiddenfile": false,
        "forcessl": true,
        "forceurl": "mydomain.com"
}

Systemd .service file:

[Unit]
Description=Simple File Browser
After=network.target media-hdd.mount
Requires=network.target media-hdd.mount
BindsTo=media-hdd.mount

[Service]
User=root
Type=simple
ExecStart=/opt/gobrowser/app -config /opt/gobrowser/app.conf
WorkingDirectory=/opt/gobrowser
StandardOutput=null

[Install]
WantedBy=multi-user.target media-hdd.mount

moretocome avatar Jun 27 '18 22:06 moretocome