All Projects → BiasedRiot → SaorTech-cloud-services

BiasedRiot / SaorTech-cloud-services

Licence: GPL-3.0 license
A range of scripts to provision and configure open source cloud services.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to SaorTech-cloud-services

Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (+482.61%)
Mutual labels:  nextcloud, cloud-storage, self-hosted
rclone-drive
☁️Simple web cloud storage based on rclone, transform cloud storage (s3, google drive, one drive, dropbox) into own custom web-based storage
Stars: ✭ 30 (+30.43%)
Mutual labels:  dropbox, cloud-storage
ldap-mail-schema
a collection of LDAP mail schemas
Stars: ✭ 36 (+56.52%)
Mutual labels:  postfix, dovecot
mailserver
Simple and full-featured mail server using Docker
Stars: ✭ 88 (+282.61%)
Mutual labels:  postfix, dovecot
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+8586.96%)
Mutual labels:  postfix, dovecot
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (+4.35%)
Mutual labels:  dropbox, nextcloud
Joplin
Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/
Stars: ✭ 26,916 (+116926.09%)
Mutual labels:  dropbox, nextcloud
Config
Armbian configuration utility
Stars: ✭ 317 (+1278.26%)
Mutual labels:  postfix, nextcloud
Go Storage
An application-oriented unified storage layer for Golang.
Stars: ✭ 87 (+278.26%)
Mutual labels:  dropbox, cloud-storage
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+6682.61%)
Mutual labels:  dropbox, cloud-storage
Qownnotes
QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.
Stars: ✭ 2,357 (+10147.83%)
Mutual labels:  dropbox, nextcloud
Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+4595.65%)
Mutual labels:  postfix, nextcloud
Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+35182.61%)
Mutual labels:  postfix, dovecot
go-storage
A vendor-neutral storage library for Golang: Write once, run on every storage service.
Stars: ✭ 387 (+1582.61%)
Mutual labels:  dropbox, cloud-storage
Mailcow Dockerized
mailcow: dockerized - 🐮 + 🐋 = 💕
Stars: ✭ 4,573 (+19782.61%)
Mutual labels:  postfix, dovecot
Sparkleshare
Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
Stars: ✭ 4,661 (+20165.22%)
Mutual labels:  dropbox, self-hosted
nextcloud docker
Docker setup to run Nextcloud
Stars: ✭ 35 (+52.17%)
Mutual labels:  nextcloud, self-hosted
mailad
Software to provision a mail server with users from a Windows or Samba 4 Active Directory
Stars: ✭ 21 (-8.7%)
Mutual labels:  postfix, dovecot
Homebox
A set of ansible scripts to build a personal mail server / private cloud / etc.
Stars: ✭ 260 (+1030.43%)
Mutual labels:  postfix, self-hosted
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+132686.96%)
Mutual labels:  dropbox, cloud-storage

SaorTech-cloud-services

The purpose of this project is to make setting up and configuring open-source alternatives to google, Dropbox etc... as simple as possible. This repository contains scripts for various open-source services and more are being added whenever I feel like I need them in my life I don't like relying of services like dropbox of gmail so whenever I find a good and free alternative I'll create an automation script and add it to this repo. Run any of the scripts on a VPS or an instance to set it up. So far only tested for Ubuntu v20.

Check out my video explaining the services further: https://www.youtube.com/watch?v=xebRvQdF4uo

Setup guide

Before you do anything you need to make sure that you have a domain and that relevant A class/ MX subdomains are set up. There are pleanty of cheap domain services availible and in the case of .tk you can sometimes get free ones.

Run git clone to get the scripts on your server

git clone https://github.com/CoogyEoin/SaorTech-cloud-services.git

Figure out which services you want (Discussed below) and add the neccessary values with CLI arguments (email, domain, user etc...). I currently run the install_mail_server_with_sll.sh script as the other mail script has some issues and I prefer just signing in with a user on a minimal client.

Then just run the script.

./SaorTech-cloud-services/<Whichever service you want> <Whichever flags needed>

Current services availible

  • Nextcloud (Storage/Calendar)
  • Mail server (Postfix and Dovecot)
  • Static Website/portfolio (Apache)
  • Git Server
  • Fail2Ban /SSH protection

Services I considered being added

  • Bit Warden
  • Media Centre
  • SimpleLogin
  • Ansible
  • VPN (cringe)

Additional Features To Add

  • Migrate to Ansible to support more platforms/ Operating Systems
  • Add script for running specific scripts eg: only mail and nextcloud
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].