Commit graph

68 commits

Author SHA1 Message Date
ce6df87b85 updated files to use 'core' as main django app 2023-10-11 14:53:54 +03:00
a3189d2cd1 got rid of some crap in unixsocket.jinja2, and fixed a but in ssl_socket that ceated a Error: duplicate listen options for [::]:443
sss
2023-10-03 17:29:19 +03:00
6a5e97c4c5 updated ssl socket for nginx conf 2023-10-03 17:01:33 +03:00
b780ce5527 added new readme file on how to do drf authorization 2023-10-03 17:00:23 +03:00
39444b1afd added a new readme file for sphinx stuff 2023-07-20 14:49:22 +03:00
fe2090d8e9 updated the gunicorn conf files 2023-07-17 10:23:41 +03:00
9c56c31e61 update nginx conf files 2023-07-16 21:35:30 +03:00
cf424da881 added a bootstrap.txt template file, and got rid of the old deploy_meta 2023-07-13 05:42:36 +03:00
dbc5638eac using utils.ensure_dir in the conf_setup instead of running a bash command to make the needed directories for readmes and confs. also modified layout.yml because i wanted to separate the home name for the fabric install from the directory it's meant to be installed, and i had both on, so it was duplicating the home name, ie usr/bin/fabrichome/fabrichome 2023-07-12 12:42:35 +03:00
0941b2de59 updated layout in shares so it has the correct home name 2023-07-12 11:58:32 +03:00
940ef17a7d updated django and initialize so it creates the relative path using layout.fabric.root/layout.fabric.home, got rid of paths.tools.fabric.full and replaces paths.tools.fabric.relative with just paths.tools.fabric 2023-07-07 15:47:02 +03:00
1267e91976 changed django configuration for settings that it inserts the relative path in layout that has this fabric implementation 2023-07-07 15:11:40 +03:00
0956487932 got rid of ooutdated django settings files in conf/django 2023-07-07 14:49:16 +03:00
e8a739338b got rid of django settings files in the templates/share/conf/gunicorn directory 2023-07-07 14:48:19 +03:00
6e807d07a2 updated the foundation readme, and the postgis readme to further explain another solution to the postgis testing error when we aren't superuser 2023-07-04 03:16:08 +03:00
45ba1ac426 added methods to use coverage in both the initialize and django modules, including in django.edit, a helper test method to see if coverage is specified in the virtual env file for the branch, and commented out code in the virtual env. also django.coverage directly checks the configuration file coverage branch which will be there if coverage is specified in the virutalenv file for the branch 2023-07-04 03:13:23 +03:00
4f2750ebb4 not sure if the change to ssl should be here, but fuck it 2023-07-04 03:11:09 +03:00
85c4c018e1 updates in the nginx files 2023-05-22 18:08:10 +03:00
bc57729538 added python-version variable 2023-05-22 15:44:17 +03:00
7b507e5874 changes to configuration files 2023-05-18 15:42:05 +03:00
b66c1fa18f added a TIMEOUT to the docker remote up, bc it was timing out 2022-09-02 01:16:43 +03:00
dbc60c1cdc making it possible to add volumes to the docker section of the project file 2022-09-01 22:24:49 +03:00
f8e3efc3da had to add services as top property b/c of changes in the docker-compose configuraiton standard 2022-05-06 18:11:02 +03:00
f64b235eae updated meta information in templates. 2020-08-10 23:06:41 +03:00
ca45c457f7 update deploy_meta and template for dev docker 2020-04-13 20:55:29 +03:00
12389c5d59 updated aws readme 2020-03-23 23:43:48 +02:00
f28833bb78 update aws readme with docker info 2020-03-02 22:33:44 +02:00
e51571951d updated readmes 2020-03-02 22:20:34 +02:00
Ronny Abraham
0f94909568 add certbot readme and updated social auth readme 2019-07-01 20:26:34 +03:00
Ronny Abraham
d4df4bb7e6 Merge branch 'master' of bitbucket.org:ronnyabraham/fabric 2019-06-27 19:33:18 +03:00
Ronny Abraham
4c413005c1 updated social auth readme 2019-06-27 18:09:15 +03:00
Ronny Abraham
3a25d617ae update work on development.yml, add more info to readme 2019-06-23 19:21:58 +03:00
Ronny Abraham
0c50929581 update readmes, and add a few more 2019-06-21 14:56:08 +03:00
Ronny Abraham
e83adf4a15 update the database creation files to make everything utf8 2019-04-17 11:15:30 +03:00
Ronny Abraham
beb2156b47 updated readmes and added new ones 2019-04-11 01:51:25 +03:00
Ronny Abraham
faa2bbb0c9 update local generated so that it has a cleaer description of the database 2019-02-13 21:18:42 +02:00
Ronny Abraham
b961dad932 updated generate so it creates a generated local file that is imported by the normal local file 2019-02-12 01:21:05 +02:00
Ronny Abraham
0211723fe9 add import for custom local settings 2019-02-11 23:50:30 +02:00
Ronny Abraham
54654dbf4c update jinja settings so the entire server backend name must be loaded up 2019-02-11 23:28:18 +02:00
Ronny Abraham
16f43982a0 update django generate local settings os that it copies over internally generated values from the project files rather than directly connecting. this means ALL projects need to be updated wihenever project configuraiton settings are changed 2019-02-09 23:48:04 +02:00
Ronny Abraham
e270402ac9 updated fabric allowed hosts 2018-11-09 10:16:13 +02:00
Ronny Abraham
4eba2cbf5a updating for python3 2018-10-18 12:45:07 +03:00
Ronny Abraham
acc2392182 updated settings for python3/django2.0 2018-10-17 23:25:26 +03:00
Ronny Abraham
df846a1275 removing unnecessary old django settings files 2018-10-17 23:24:05 +03:00
Ronny Abraham
4ccbe25f25 the allowedhosts value was a list, and I was putting it inside another list [ ] set to ALLOWED_HOSTS 2018-10-16 03:26:03 +03:00
Ronny Abraham
d57781436b use the allowedhosts variable in place of the other two. even if allowed_hosts is not set in conf, the host extended host name will be used anyway 2018-10-16 03:04:13 +03:00
Ronny Abraham
ef95ecfebc updated readme on aws to show how to pipe info into osx clipboard when using ssh-keygen 2018-10-10 13:35:29 +03:00
Ronny Abraham
9c31d26156 added socket variable to nginx for the development and staging templates 2018-09-17 23:47:52 +03:00
Ronny Abraham
efabadf786 Merge branch 'master' of bitbucket.org:ronnyabraham/fabric 2017-08-28 23:54:26 +03:00
Ronny Abraham
6691cd1af8 changed ALLOWED_SITES to include whatever we call the host site
Changes to be committed:
	modified:   share/templates/conf/django/files/local.jinja2
2017-08-28 23:53:42 +03:00