-
Notifications
You must be signed in to change notification settings - Fork 0
Friend
Friend Cloud OS: Secure encrypted skinnable fast Open Source desktop in webbrowser/mobile/desktop app. Wekan as one app at Friend.
Sign Contributor Agreement and come to build secure encrypted Open Source Friend Cloud OS that has Wekan app.
Also looking for partners, please come to developer chat at Discord, link below.
Friend developer chat at Discord - direct link. At Chat above also looking for new contributors to sign Contributor Agreement and partners (making press release with m0ns00n).
Not in use currently: IRC at Freenode #friendup
https://www.youtube.com/watch?v=SB4dNC7u2MU
It's possible to use Wekan with Friend and there will be more Wekan integration to Friend so now 2019-06-30 that Wekan also works at RasPi3 like Friend already works, it makes possible local RasPi3-only network.
Wekan Friend development version at Friend Desktop. Not released to Friend Store yet.
More Screenshots of Wekan and Friend
Friend Server source code at GitHub. Mobile apps are not at GitHub yet.
Friend Apps source code at GitHub
Wekan FriendUPApp source code at GitHub
Friend repos:
Sign Up to Friend:
Old:
Friend Software Labs Releases FriendUP v1.2 Release Candidate
Medium 2018-01-26: With Friend Wekan!, you can discuss at Hacker News
Video of Friend Desktop walkthrough
Friend Network and Friend Store questions answered
How Friend Store unifies Blockchain projects
Video of Friend Talk at Blockchangers Event - Oslo 2018
Video of Friend talk at DeveloperWeek 2018
Video review about Friend ICO, video has note that some corrections to that video details are at Friend website.
FriendUp Launches TGE, Meeting Norwegian Values of Ethical Business and Transparency
Friend announces partnership with Hove Medical Systems AS
Install script currently works only on Ubuntu 16.04 (and similar Xubuntu 16.04 64bit etc).
sudo apt-get update
sudo apt-get install git
mkdir ~/repos
cd repos
git clone https://github.com/FriendUPCloud/friendup
git clone https://github.com/FriendUPCloud/friend-applications
git clone https://github.com/FriendSoftwareLabs/friendchat
git clone https://github.com/wekan/FriendUPApp
git clone https://github.com/RainLoop/rainloop-webmail
This will install:
- MySQL database, credentials are in install.sh script, can be changed
- Untrusted SSL certificate for Friend with OpenSSL command
cd friendup
./install.sh
cd ~/repos/friendup/build/resources/webclient/apps
ln -s ~/repos/FriendUPApp/Wekan Wekan
cd ~/repos/friendup/build/resources/webclient/apps
ln -s ~/repos/FriendUPCloud/friend-applications/Astray Astray
ln -s ~/repos/FriendUPCloud/friend-applications/CNESSatellites CNESSatellites
ln -s ~/repos/FriendUPCloud/friend-applications/CubeSlam CubeSlam
ln -s ~/repos/FriendUPCloud/friend-applications/Doom Doom
ln -s ~/repos/FriendUPCloud/friend-applications/FriendBrowser FriendBrowser
ln -s ~/repos/FriendUPCloud/friend-applications/GameOfBombs GameOfBombs
ln -s ~/repos/FriendUPCloud/friend-applications/GeoGuessr GeoGuessr
ln -s ~/repos/FriendUPCloud/friend-applications/Instagram Instagram
ln -s ~/repos/FriendUPCloud/friend-applications/InternetArchive InternetArchive
ln -s ~/repos/FriendUPCloud/friend-applications/MissileGame MissileGame
ln -s ~/repos/FriendUPCloud/friend-applications/Photopea Photopea
ln -s ~/repos/FriendUPCloud/friend-applications/PolarrPhotoEditor PolarrPhotoEditor
ln -s ~/repos/FriendUPCloud/friend-applications/Swooop Swooop
ln -s ~/repos/FriendUPCloud/friend-applications/TED TED
cd ~/repos/friendup/build/modules
ln -s ~/repos/mysupermodule mysupermodule
12. Install Wekan Snap
sudo apt-get -y install snapd
sudo snap install wekan
sudo snap set wekan root-url='http://localhost:5000'
sudo snap set wekan port='5000'
Configure trusted url to allow Friend to iframe Wekan.
sudo snap set wekan trusted-url='https://friendup.example.com'
Not recommended.
sudo snap set wekan browser-policy-enabled='false'
sudo snap start wekan
sudo snap enable wekan
a) To background:
cd ~/repos/friendup/build
./nohup_FriendCore.sh
b) to foreground, useful when developing:
./Phonix_FriendCore.sh
or some of the following
./Phonix_FriendCoreGDB.sh
./ValgrindGriendCore.sh
Chrome or Chromium works best 32bit/64bit OS and also with Raspberry Pi on ARM.
https://localhost:6502/webclient/index.html
Username: fadmin
Password: securefassword
Play Store: FriendUP by Friend Software Labs
iOS App Store for iPhone/iPad: If not at App Store, ask
Using Friend Android app to connect to your Friend server URL.
There is also Friend iOS app, but I think it's not yet officially released. If someone is interested, invite to iOS Testflight can be had from Friend chat.
- About
- No UI major redesign
- Test Edge
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Roadmap - board at Wekan demo
- Team
- Press
- Blog
- NOT related to Wekan
- Wekan vs Trello vs Restyaboard
- Features
- Custom Logo
- Gantt Chart
- Admin: Impersonate user
- Emoji etc syntax
- Numbered text syntax
- Time Tracking
- Subtasks <== Has fix
- Templates
- Archive and Delete
- Adding Users
- LDAP
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Nextcloud
- CAS Please test
- SAML Please test
- IFTTT
- Custom Fields
- Due Date
- Forgot Password
- Requirements
- Translations
- Roadmap
- Fix Export board menu not visible on some boards
- Integrations
- RAM usage
- Demo
- Swimlane Documentation
- Wekan Markdown
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Example: New card with Python3 and REST API
- Python client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order