Stepping down as an app developer

Who doesn't love third-party apps? Get together and talk about them here.

Moderator: Lillian.W@AST

Post Reply
User avatar
mafredri
Posts: 371
youtube meble na wymiar Warszawa
Joined: Sat Mar 22, 2014 8:41 am

Stepping down as an app developer

Post by mafredri »

Hi,

I regret to inform you that I'm stepping down as an app developer for ADM. I'm moving away from the ADM platform, and as such, will not be maintaining apps any longer.

I'm hoping someone might be interested in taking over some of the apps that I've maintained so-far. Here's a list of apps I've published on App Central:
  • Deluge
  • Go
  • Jackett
  • Radarr
  • Sonarr
  • qBittorrent
  • tmux
Let me know if you want to take over.


Regards,
Mathias
Hi, I'm new here. Looking to be active in the community and help with development :).
Storage: AS-604T with 3GB RAM (Kingston KVR1333D3S8S9/2G)
User avatar
father.mande
Posts: 1808
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: Stepping down as an app developer

Post by father.mande »

Hi,

Good luck for your new target ... and activity

For Your Information (and user information)
Deluge can be installed from ENtware-3x (Entware + upgrade to new feeds) as a client and / or as a client Web GUI
tmux can be installed from Entware-3x (Entware + upgrade to new feeds)
qBittorrent can be eventually replaced by Entware bittorrent tools like btpd and opentracker
Go can be installed relatively easily in a terminel
example : (last go 10.1) for root user (adapt to your own user)

Code: Select all

wget --no-check-certificate -c https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz
tar -C /usr/local -xvzf go1.10.1.linux-amd64.tar.gz
mkdir -p ~/go_projects
mkdir -p ~/go_projects/bin
mkdir -p ~/go_projects/src
mkdir -p ~/go_projects/pkg
### create a profile file to add environment remember to source them for each new connection to a terminal
export  PATH=$PATH:/usr/local/go/bin
export GOPATH="$HOME/go_projects"
export GOBIN="$GOPATH/bin"
### now test to verify that go is ready to used 
go version
go env
Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
itdaboyz
Posts: 141
Joined: Tue Oct 14, 2014 7:21 pm

Re: Stepping down as an app developer

Post by itdaboyz »

Oh, that's sad for us.

Thank you for your great contribution!
Post Reply

Return to “Developer's Corner”