All Projects â†’ thelounge â†’ thelounge-deb

thelounge / thelounge-deb

Licence: MIT license
📦 ‎ Debian/Ubuntu package for The Lounge

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to thelounge-deb

Whonix
Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. https://www.whonix.org
Stars: ✭ 490 (+2962.5%)
Mutual labels:  irc, debian
Thelounge
💬 ‎ Modern, responsive, cross-platform, self-hosted web IRC client
Stars: ✭ 4,618 (+28762.5%)
Mutual labels:  irc, thelounge
pi-safe
Create your own custom image files
Stars: ✭ 96 (+500%)
Mutual labels:  debian
irc-tts
Broadcast your IRC channel via a text-to-speech webserver
Stars: ✭ 14 (-12.5%)
Mutual labels:  irc
piu
Cross platform package manager wrapper
Stars: ✭ 33 (+106.25%)
Mutual labels:  debian
awesome-sysadmin-tools
Collection of links and resources for sysadmins and Drupal lovers
Stars: ✭ 17 (+6.25%)
Mutual labels:  debian
docker-dolibarr
🐳 🐘 Docker image for Dolibarr.
Stars: ✭ 58 (+262.5%)
Mutual labels:  debian
PyBorg
Fork of PyBorg AI bot for cutie578 on EFNet
Stars: ✭ 45 (+181.25%)
Mutual labels:  irc
st2chatops
Packaging environment for building StackStorm chatops native packages
Stars: ✭ 26 (+62.5%)
Mutual labels:  irc
twitchchat
interface to the irc portion of Twitch's chat
Stars: ✭ 80 (+400%)
Mutual labels:  irc
ircpdb
Remotely and collaboratively debug your Python application via an IRC channel.
Stars: ✭ 59 (+268.75%)
Mutual labels:  irc
Linux-Active-Directory-join-script
Active directory Join script for Ubuntu, Debian, CentOS, Linux Mint, Fedora, Kali, Elementary OS and Raspbian with built in failchcheck and debugmode for Ubuntu. "The most advanced and updated AD join script on GITHUB for Linux"
Stars: ✭ 97 (+506.25%)
Mutual labels:  debian
anon-hotspot
On demand Debian Linux (Tor) Hotspot setup tool
Stars: ✭ 34 (+112.5%)
Mutual labels:  debian
ansible-pyenv
Ansible role to install pyenv on Ubuntu or macOS development machines
Stars: ✭ 46 (+187.5%)
Mutual labels:  debian
grml-debootstrap
wrapper around debootstrap
Stars: ✭ 53 (+231.25%)
Mutual labels:  debian
teleirc
Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
Stars: ✭ 112 (+600%)
Mutual labels:  irc
realtek-r8125-dkms
A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.
Stars: ✭ 142 (+787.5%)
Mutual labels:  debian
LinuxMirrors
Linux 一键更换国内软件源
Stars: ✭ 623 (+3793.75%)
Mutual labels:  debian
energymech
EnergyMech IRC Bot
Stars: ✭ 24 (+50%)
Mutual labels:  irc
xtrix
xtrix OS repo
Stars: ✭ 23 (+43.75%)
Mutual labels:  debian

Debian/Ubuntu package for The Lounge

Build Status

This repository holds out the build scripts that generates our .deb precompiled packages and also tracks Debian-specific issues in relation to the packaging.

Building and installing the package

If you are looking to simply install The Lounge, please use our pre-compiled binary .deb files available in the releases section of the main project. This section assumes you want to build a Debian package from sources.

# Clone the repository
git clone https://github.com/thelounge/thelounge-deb.git
cd thelounge-deb

# Call the build script
./build-package

After this, you should have a nice .deb file in the deb/ output folder! This file can then be installed:

# dpkg -i deb/*.deb

Configuration

The default system-wide configuration file is located at /etc/thelounge/config.js. Please note that user profiles and their IRC passwords are also stored there, so the directory is only readable by the thelounge user.

Running

The Lounge provides both a system-wide and per-user systemd unit. If you installed the package, The Lounge should already be running and accessible on http://127.0.0.1:9000.

System

Simply enable the thelounge.service unit, and your server should be up and running:

systemctl enable --now thelounge.service

User

If you do not want to run the software system-wide, or host multiple users that wish to host their own instance of The Lounge, it can also be launched per user:

systemctl --user enable --now thelounge.service

Please note that for The Lounge to start on boot in this scenario, you will also require to have lingering enabled for this user:

loginctl enable-linger $username
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].