Services: Difference between revisions

From DcUsers
No edit summary
No edit summary
Line 12: Line 12:
| rowspan="7" | Communication || rowspan="2" | Mail || [[Services/Mail|eMails]] || users || Mail boxes with anti-spam/anti-virus, filtering…, or mail redirections
| rowspan="7" | Communication || rowspan="2" | Mail || [[Services/Mail|eMails]] || users || Mail boxes with anti-spam/anti-virus, filtering…, or mail redirections
|-
|-
| Mailing-Lists || users || Distribution lists for mails
| [[Services/ML|Mailing-Lists]] || users || Distribution lists for mails
|-
|-
| rowspan="3" | IRC || IRC Network || public || MilkyPond Chat Network using a dedicated software or a Web-interface
| rowspan="3" | IRC || [[Services/IRC|IRC Network]] || public || MilkyPond Chat Network using a dedicated software or a Web-interface
|-
|-
| IRC Bouncer || users || [[wikipedia:IRC_bouncer#IRC|IRC proxy]] (IRC server relaying IRC communications, keeping connections open and remembering logs)
| IRC Bouncer || users || [[Services/IRC-Bouncer|IRC proxy]] (IRC server relaying IRC communications, keeping connections open and remembering logs)
|-
|-
| IRC to IM gateway || users || IRC server relaying communication to multiple instant messaging networks in a unified interface (supported network: ICQ/AIM/YM!/…, support as much networks as [[wikipedia:Pidgin_(software)#Supported_protocols|Pidgin]] + coincoin)
| [[Services/IRC-IM-GW|IRC to IM gateway]] || users || IRC server relaying communication to multiple instant messaging networks in a unified interface (supported network: ICQ/AIM/YM!/…, support as much networks as [[wikipedia:Pidgin_(software)#Supported_protocols|Pidgin]] + coincoin)
|-
|-
| colspan="2" | XMPP (Jabber) || users || Global Chat Network (inter-communication between many [[wikipedia:Xmpp#History|well-known public IM services]])
| colspan="2" | [[Services/XMPP|XMPP (Jabber)]] || users || Global Chat Network (inter-communication between many [[wikipedia:Xmpp#History|well-known public IM services]])
|-
|-
| colspan="2" | Triboune Libre || public || MilkyPond Web-chat system inspired by [http://linuxfr.org/board the famous one] on [http://linuxfr.org/ Linuxfr.org]
| colspan="2" | [[Services/Tribioune|Triboune Libre]] || public || MilkyPond Web-chat system inspired by [http://linuxfr.org/board the famous one] on [http://linuxfr.org/ Linuxfr.org]
|-
|-
| rowspan="4" | File/Media Sharing || colspan="2" | [[Services/Gallery|Media Gallery]] || public/users || Photo and video gallery
| rowspan="4" | File/Media Sharing || colspan="2" | [[Services/Gallery|Media Gallery]] || public/users || Photo and video gallery
Line 28: Line 28:
| rowspan="3" | Generic || [[Services/FTP|File Repository]] || public/users || Generic file sharing system (using FTP)
| rowspan="3" | Generic || [[Services/FTP|File Repository]] || public/users || Generic file sharing system (using FTP)
|-
|-
| [https://stuff.milkypond.org/ Downloads Links] || public/users || Web-based generic file sharing
| [[Services/WebFileExchange|Downloads Links]] || public/users || Web-based generic file sharing
|-
|-
| Shell Transfer || trusted || File transfer system using the SAFT protocol (shell access needed)
| [[Services/SAFT|Shell Transfer]] || trusted || File transfer system using the SAFT protocol (shell access needed)
|-
|-
| rowspan="3" | Utilities || colspan="2" | [https://gossip.duckcorp.org/ News WebReader] || users || News feeds reader through a web interface
| rowspan="3" | Utilities || colspan="2" | [[Services/WebFeeds|News WebReader]] || users || News feeds reader through a web interface
|-
|-
| colspan="2" | Time Server || public || System used to automatically setup time on your machines (and also part of the [http://www.pool.ntp.org/en/ NTP Pool Project])
| colspan="2" | [[Services/NTP|Time Server]] || public || System used to automatically setup time on your machines (and also part of the [http://www.pool.ntp.org/en/ NTP Pool Project])
|-
|-
| colspan="2" | Dictionary Server || public || Words searching system via a dedicated software (using the DICT protocol) or a Web-interface
| colspan="2" | [[Services/Dico|Dictionary Server]] || public || Words searching system via a dedicated software (using the DICT protocol) or a Web-interface
|-
|-
| rowspan="6" | Development || colspan="2" | [https://projects.duckcorp.org/ Project Management & Issue Tracking] || public/users ||
| rowspan="6" | Development || colspan="2" | [[Services/Projects|Project Management & Issue Tracking]] || public/users ||
|-
|-
| colspan="2" | Code Review || public/users ||
| colspan="2" | [[Services/CodeReview|Code Review]] || public/users ||
|-
|-
| colspan="2" | [https://rcs.duckcorp.org/ VCS] || public/users || Code/configuration versioning tools (Git, SVN, Baz, Bzr…)
| colspan="2" | [[Services/VCS|VCS]] || public/users || Code/configuration versioning tools (Git, SVN, Baz, Bzr…)
|-
|-
| rowspan="2" | Databases || SQL || users || SQL server (PostgreSQL or MySQL)
| rowspan="2" | Databases || SQL || users || SQL server (PostgreSQL or MySQL)
Line 72: Line 72:
* in Services/XMPP: chitchat
* in Services/XMPP: chitchat
* in Services/IRC: irconweb
* in Services/IRC: irconweb
* in Services/IRC-Bouncer: wikipedia:IRC_bouncer#IRC
* in Services/WebFileExchange: https://stuff.milkypond.org/
* in Services/WebFeeds: https://gossip.duckcorp.org/
* in Services/Projects: https://projects.duckcorp.org/
* in Services/VCS: https://rcs.duckcorp.org/
* new debian repository (when ready)
* new debian repository (when ready)

Revision as of 02:23, 24 January 2012

Here is a short overview of the services provided by DuckCorp.

Our services are supervised and important data are saved regularly.

Warning! Notes about security !

Available Services
Category Service Access Description
Communication Mail eMails users Mail boxes with anti-spam/anti-virus, filtering…, or mail redirections
Mailing-Lists users Distribution lists for mails
IRC IRC Network public MilkyPond Chat Network using a dedicated software or a Web-interface
IRC Bouncer users IRC proxy (IRC server relaying IRC communications, keeping connections open and remembering logs)
IRC to IM gateway users IRC server relaying communication to multiple instant messaging networks in a unified interface (supported network: ICQ/AIM/YM!/…, support as much networks as Pidgin + coincoin)
XMPP (Jabber) users Global Chat Network (inter-communication between many well-known public IM services)
Triboune Libre public MilkyPond Web-chat system inspired by the famous one on Linuxfr.org
File/Media Sharing Media Gallery public/users Photo and video gallery
Generic File Repository public/users Generic file sharing system (using FTP)
Downloads Links public/users Web-based generic file sharing
Shell Transfer trusted File transfer system using the SAFT protocol (shell access needed)
Utilities News WebReader users News feeds reader through a web interface
Time Server public System used to automatically setup time on your machines (and also part of the NTP Pool Project)
Dictionary Server public Words searching system via a dedicated software (using the DICT protocol) or a Web-interface
Development Project Management & Issue Tracking public/users
Code Review public/users
VCS public/users Code/configuration versioning tools (Git, SVN, Baz, Bzr…)
Databases SQL users SQL server (PostgreSQL or MySQL)
LDAP users LDAP server (OpenLDAP)
Software Repository public/users Software repository, to provide custom packages (think Debian debs) or installation media (thinks DVDs)
Hosting DNS users Domain Name System (NS1/NS2, DNSSEC…)
Mail Domains users Mail hosting (MX1/MX2)
Web Sites/Applications users Web pages using HTML/XHTML, CSS, JS, and various server-side programming languages (SSI, PHP, Perl, Python, Ruby…), and statistics (analytics data/reports)
XMPP Domains users XMPP Node for a custom domain
Shell trusted Useful for website administration, development, run custom scripts, persistent applications for text-mode geeks…
Network IPv6 tunnels users Access to the IPv6 world through an IPv4 connection
NSTX users Access to the Internet through a restricted WIFI connection (via an IP over DNS tunnel)


TODO