Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

SFTPGo

6 Topics 22 Posts
  • SFTPGo - Package Updates

    Pinned
    8
    0 Votes
    8 Posts
    232 Views
    Package UpdatesP
    [0.7.0] Fix description
  • Home page missing

    3
    1 Votes
    3 Posts
    38 Views
    J
    So per https://github.com/drakkan/sftpgo/blob/d4ea6adcc30bf095d3f4bd8084ddad95991086f5/internal/dataprovider/dataprovider.go#L410 , you should set to users_base_dir to say /app/data/user_files . Then, a user logging in would save things in /app/data/user_files/<username> . cc @girish , maybe we set something by default
  • Port conflict issue

    5
    1 Votes
    5 Posts
    38 Views
    J
    I think this is some docker issue. We see the same issue in our CI and also reported in the Mirotalk threads. Reinstalling fixes the problem as you already found out
  • SFTPGo - WebAdmin credentials?

    Solved
    3
    0 Votes
    3 Posts
    169 Views
    necrevistonnezrN
    An, I had it installed when they weren’t there (?)
  • SFTPgo - fresh install - listen tcp4 0.0.0.0:40004: bind: address already in use

    Solved
    1
    2 Votes
    1 Posts
    72 Views
    No one has replied
  • SFTPGo: Access local server?

    2
    0 Votes
    2 Posts
    89 Views
    J
    yes, the app containers can't connect to private network internal IP . Turns out this is not true, I am able to connect . You might have to use the internal ssh port btw and not the public ssh port .