michielbdejong / indiehosters-docker-bash

deprecated, I now use https://github.com/michielbdejong/snickers instead
2 stars 0 forks source link

[Known] POSSE to Twitter not working #3

Closed michielbdejong closed 9 years ago

michielbdejong commented 9 years ago

This is due to https://github.com/idno/idno/issues/608

I'll see if I can help them fix it for 0.6.6

michielbdejong commented 9 years ago

fixed by setting the url explicitly in config.ini

pierreozoux commented 9 years ago

hey, how do you set up the url in config.ini?

Danke!

michielbdejong commented 9 years ago

This is the config I use (there is a MySQL instance running inside the lamp-git container of this repo):

root@l1:~# cat /data/domains/michielbdejong.com/www-content/config.ini 
database = 'MySQL'
dbhost = 'localhost'
dbname = 'known'
dbuser = 'root'
dbpass = ''
filesystem = 'local'
uploadpath = '/data/uploads/'
url = 'https://michielbdejong.com/'
root@l1:~# 
pierreozoux commented 9 years ago

ok, thanks, but I still have an issue of mixed content...

pierreozoux commented 9 years ago

I didn't find anything on the documentation regarding this variable, could point me to it please? danke!

michielbdejong commented 9 years ago

I think I found it by browsing the Idno code, https://github.com/idno/Known/issues/724 mentions the detectBaseURL function.