Language:
switch to room list switch to menu My folders
Go to page: First ... 9 10 11 12 [13] 14 15 16 17 ... Last
[#] Tue Dec 19 2023 22:24:02 EST from IGnatius T Foobar

Subject: Re: Setup Questions

[Reply] [ReplyQuoted] [Headers] [Print]

Unrelated to citadel, i have a board where i boot from SD, then have
it 'switch' the root over to my SSD.  Device wont support booting
from SSD, but this way other than the slower boot time, it 'runs'
from SSD and get the speed where it matters.

When the Pi first came out, I had a Pi 1 that I was using as a small NAS.
I moved the root filesystem over to an external drive and just kept /boot on the SD card. It worked pretty well, but the procedure to get there wasn't exactly entry level simple.

[#] Wed Dec 20 2023 09:22:07 EST from bobbydharrell

[Reply] [ReplyQuoted] [Headers] [Print]

Thank you all for the detailed and fast answers!!! You have given me much knowledge 



[#] Thu Dec 21 2023 09:02:54 EST from bobbydharrell

[Reply] [ReplyQuoted] [Headers] [Print]

OK, I have Citadel up and running in a Docker Container! Here is my full walk though and setup so that I can ask my next question: RP4 + 1TB SSD for storage in a special case, 32GB Micro SD boot/OS Flashed Raspberry Pi OS 64bit to 32gb Micro SD ssh into pi server installed drivers for case, enabled I2C for display mounted SSD and added mount to /etc/fstab as /storage installed Apache2 Added Domains to /etc/apache2/sites-available by adding .conf files a2dissite default to disable default site Set Directory root to /storage/www for all sites Getting 403 Permission Denied on those .. have not figured that out yet even though I matched the permissions on /var/www ... feel free to chime in but that is not Citadel LOL installed PHP for Apache Installed CertBot for Apache Setup DNS for all my domains including MX records for mail.domain.com ran cert bot and now have SSL for all domains and mail sub domains installed docker installed Docker Citadel suing the citadel.org/docker.html link - really easy however I modified the docker command, I removed --network host to disable network host mode, adn added -p publicIP:8080:80 I did this b/c Apache was listening on port 80 now if I got to publicIP:8080 or mail.domain.com:8080 I get to Citadel!! Excitement Questions: Since Citadel is running in a container, how do I get my SSL certs into Citadel? If I goto mail.domain.com it is https, but I dont see citadel b/c port, if I add the port it gives error about not being secure and I have to switch it to http then it loads I would prefer to NOT do the 8080, and since I disable the default site in Apache maybe I can, I dont know. But that is why I am here How to get SSL installed in docker citadel? How to make mail.domain.com go to port 8080 by default? Do I need the 8080? Thanks Guys!!!!

[#] Thu Dec 21 2023 09:04:28 EST from bobbydharrell

[Reply] [ReplyQuoted] [Headers] [Print]

I had it all formatted for an easy ready and something went bonkerd ... want me to repost it?



[#] Thu Dec 21 2023 09:36:31 EST from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

If you indent by at least one space it will start a new line. That would make it easier to read. Congratulations on getting your system up and running.

[#] Thu Dec 21 2023 09:42:48 EST from bobbydharrell

[Reply] [ReplyQuoted] [Headers] [Print]

I figured out how to do a URL redirect in the DNS settings for my domains to get to port 8080!!



[#] Thu Dec 21 2023 09:46:37 EST from bobbydharrell

[Reply] [ReplyQuoted] [Headers] [Print]

 

Thu Dec 21 2023 09:36:31 EST from IGnatius T Foobar
If you indent by at least one space it will start a new line. That would make it easier to read. Congratulations on getting your system up and running.

 

OK, I have Citadel up and running in a Docker Container!


Here is my full walk though and setup so that I can ask my next question:


RP4 + 1TB SSD for storage in a special case, 32GB Micro SD boot/OS

Flashed Raspberry Pi OS 64bit to 32gb Micro SD

ssh into pi server installed drivers for case, enabled I2C for display mounted SSD, and added a mount to /etc/fstab as /storage


installed Apache2

Added Domains to /etc/apache2/sites-available by adding .conf files and enabled using a2ensite

a2dissite default to disable the default site

Set Directory root to /storage/www for all sites Getting 403 Permission Denied on those .. have not figured that out yet even though I matched the permissions on /var/www ... feel free to chime in but that is not Citadel LOL


installed PHP for Apache

Installed CertBot for Apache


Setup DNS for all my domains including MX records for mail.domain.com ran cert bot and now have SSL for all domains and mail sub domains


installed docker

installed Docker Citadel using the citadel.org/docker.html link - really easy however I modified the docker command, I removed --network host to disable network host mode, and added -p publicIP:8080:80 I did this b/c Apache was listening on port 80 now if I got to publicIP:8080 or mail.domain.com:8080 I get to Citadel!!

Excitement


Questions:

Since Citadel is running in a container, how do I get my SSL certs into Citadel? If I goto mail.domain.com it is https, but I dont see citadel b/c port, if I add the port it gives error about not being secure and I have to switch it to http then it loads


But that is why I am here; How to get SSL installed in docker citadel?


Thanks Guys!!!!



[#] Thu Dec 21 2023 18:00:24 EST from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

IG will tell you how to do it naively, but i use NGNIX for all my stuff and let it handle the SSL. And i use it as a reverse proxy that handles DNS name -> port translations since i only have 1 external IP at home to use.

Thu Dec 21 2023 09:46:37 EST from bobbydharrell
But that is why I am here; How to get SSL installed in docker citadel?

 



[#] Thu Dec 21 2023 21:11:50 EST from bobbydharrell

[Reply] [ReplyQuoted] [Headers] [Print]

I updated my docker to add 2 volumes, 1 for the citadel-data, and also for the mapping of the cert folder that certbot made

sudo docker run -p 8080:80 -p 8443:443 -d --restart=unless-stopped --volume=/storage/citadel:/citadel-data --name=citadel citadeldotorg/citadel - v /etc/letsencrypt/live/<domain-for-cert>:/usr/local/citadel/keys/

 
still does not show as SSL .. I looked up the paths for citadel online as I cannot browse the container LOL

I need to setup a reverse proxy, will install the mod next and see about that as I also use 1 public IP for 7 different domains LOL

Oh, I also added UFW firewall and opened the ports that should be needed for both SMTP and WebServer regular and SSL

this is complicated to setup, but I think will be worth it in the end.
 
On a positive, I can email users on citadel, user1 to user2 etc, but I cannot email user external to citadel, when I enter the email address Citadel throws an error that user does not exist ... have not figured that one out yet


[#] Thu Dec 21 2023 23:46:03 EST from juanhernandez98 <juanhernandez98@gmail.com> to <room_Citadel_Support@uncensored.citadel.org>

Subject: how to unsubscribe

[Reply] [ReplyQuoted] [Headers] [Print]

Hi, how do I unsubscribe from this email list?

 

Thanks.

 



[#] Fri Dec 22 2023 12:52:23 EST from awrdgrs

Subject: Adding [SPAM] to subject

[Reply] [ReplyQuoted] [Headers] [Print]

Hello,

I'm using the citadel build 996 and I'm using Spamassassin to filter junk.  I've realized that if I have Spamassassin add [SPAM] to the subject line that Citadel doesn't pick it up.  I was wondering if there is a way to have Citadel add [SPAM] to the subject line if the spam status is true?

Thanks,

Allen

 

 

 



[#] Sun Dec 24 2023 13:11:36 EST from Shadowfire

Subject: Does Citadel have support for vCard Support, CalDv, GroupDav?

[Reply] [ReplyQuoted] [Headers] [Print]



[#] Sun Dec 24 2023 13:15:28 EST from Shadowfire

Subject: Does Citadel have support for vCard, CalDv, GroupDav?

[Reply] [ReplyQuoted] [Headers] [Print]

IGnatius,

I am currious if Citadel has support for vCard, CalDav, and GroupDav?

Would it be possible to add support for smartphones (VOIP)?

Thanks,

-SF-



[#] Mon Dec 25 2023 13:49:25 EST from IGnatius T Foobar

Subject: Re: how to unsubscribe

[Reply] [ReplyQuoted] [Headers] [Print]

Hi, how do I unsubscribe from this email list?

[ https://uncensored.citadel.org/listsub ]

Select "Citadel Support" and then click "unsubscribe"

[#] Mon Dec 25 2023 13:50:26 EST from IGnatius T Foobar

Subject: Re: Adding [SPAM] to subject

[Reply] [ReplyQuoted] [Headers] [Print]

I'm using the citadel build 996 and I'm using Spamassassin to filter junk. 

I've realized that if I have Spamassassin add [SPAM] to the subject line
that
Citadel doesn't pick it up.  I was wondering if there is a way to have

Citadel add [SPAM] to the subject line if the spam status is true?

There is an option in your system configuration screen to tell it to mark spam instead of deleting it.

This will set the "X-Spam-Status: true" header for messages detected as spam.
You can then create an inbox filter to do whatever you want with it.

[#] Mon Dec 25 2023 13:56:01 EST from IGnatius T Foobar

Subject: Re: Does Citadel have support for vCard, CalDv, GroupDav?

[Reply] [ReplyQuoted] [Headers] [Print]

I am currious if Citadel has support for vCard, CalDav, and GroupDav?


Would it be possible to add support for smartphones (VOIP)?

The current Citadel system is a fully compliant GroupDAV server. Citadel uses vCard and vCalendar as its native data formats so there should be no data conversion issues anywhere.

We do realize that GroupDAV is not as popular as CalDAV and CardDAV these days. We are building these protocols natively into the new version of our web interface (WebCit). This will be available perhaps in late 2024. It is where the vast majority of our development effort is focused right now, which is why you don't see much "visible" development happening in Citadel unless you follow the development lists.

It's kind of like an ant colony ... most of the real activity is inside where you can't see it :)

As for "VoIP support" ... I'm not sure what you mean. If you have some good ideas then by all means rin them up the flagpole! I could easily see a future where audio and video conferencing are built into room services.

[#] Mon Dec 25 2023 17:59:36 EST from Nurb432

Subject: Re: Does Citadel have support for vCard, CalDv, GroupDav?

[Reply] [ReplyQuoted] [Headers] [Print]

i second that idea as being a nice future goal. it would 'round things out' so to speak. 

Even if its not native and just some sort of integration with something like jitsi and asterisk

Mon Dec 25 2023 13:56:01 EST from IGnatius T Foobar Subject: Re: Does Citadel have support for vCard, CalDv, GroupDav?
 I could easily see a future where audio and video conferencing are built into room services.

 



[#] Wed Dec 27 2023 13:20:59 EST from IGnatius T Foobar

Subject: Re: Does Citadel have support for vCard, CalDv, GroupDav?

[Reply] [ReplyQuoted] [Headers] [Print]

Feature parity with systems like Teams and Slack, but with freedom.

[#] Wed Jan 03 2024 08:10:50 EST from Virendra

[Reply] [ReplyQuoted] [Headers] [Print]

Hello Team,
We have configured Citadel, we are successfully receiving mails  from outside but we can not send mail to outside email address.
Please guide what have to do for it

Thanks



[#] Wed Jan 03 2024 09:47:58 EST from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

Not the expert here so cant help directly, but the experts are going to need a bit more info..   Such as how you are sending, errors getting back, etc.   Too many possibilities just to guess.

Wed Jan 03 2024 08:10:50 EST from Virendra

Hello Team,
We have configured Citadel, we are successfully receiving mails  from outside but we can not send mail to outside email address.
Please guide what have to do for it

Thanks



 



Go to page: First ... 9 10 11 12 [13] 14 15 16 17 ... Last