thanks for this project, think it could become huge
1.1) if everyone can easily install it on one's webserver
1.2) speed is good (DDoS might also be an issue).
1.3) possibility of nodes to sync content with each other :) (like in diaspora, but nodes should also be able to operate stand alone)
# fails with
git clone git@notabug.org:diogo/gnu-social.git
# git@notabug.org: Permission denied (publickey).
# fatal: Could not read from remote repository.
# might be intentional, because only registered developers may push via ssh?
# works
git clone https://notabug.org/diogo/gnu-social.git
Hello,
1) first praise
thanks for this project, think it could become huge
1.1) if everyone can easily install it on one's webserver
1.2) speed is good (DDoS might also be an issue).
1.3) possibility of nodes to sync content with each other :) (like in diaspora, but nodes should also be able to operate stand alone)
2) then critique
-> there should be a "where to download" link in here: https://notabug.org/diogo/gnu-social/src/nightly/INSTALL.md
-> might be intentional https://notabug.org/diogo/gnu-social/src/nightly/README.md
<pre>
# fails with
git clone git@notabug.org:diogo/gnu-social.git
# git@notabug.org: Permission denied (publickey).
# fatal: Could not read from remote repository.
# might be intentional, because only registered developers may push via ssh?
# works
git clone https://notabug.org/diogo/gnu-social.git
</pre>
Only notabug registered users with configured ssh keys could pull with that one. So yeah, thanks! :)
1) Thanks for the [constructive feedback](https://www.youtube.com/watch?v=SPVnOonSO-s) xb
2) Yeah, it was intentional... But [changed ssh link to https](https://notabug.org/diogo/gnu-social/commit/e9cd4376688d02e39afee17ca124f369b4b595e8).
Only notabug registered users with configured ssh keys could pull with that one. So yeah, thanks! :)
Hello,
1) first praise
thanks for this project, think it could become huge
1.1) if everyone can easily install it on one's webserver 1.2) speed is good (DDoS might also be an issue). 1.3) possibility of nodes to sync content with each other :) (like in diaspora, but nodes should also be able to operate stand alone)
2) then critique
-> there should be a "where to download" link in here: https://notabug.org/diogo/gnu-social/src/nightly/INSTALL.md
-> might be intentional https://notabug.org/diogo/gnu-social/src/nightly/README.md
1) Thanks for the constructive feedback xb
2) Yeah, it was intentional... But changed ssh link to https.
Only notabug registered users with configured ssh keys could pull with that one. So yeah, thanks! :)