Commit Graph

73 Commits

Author SHA1 Message Date
c5de828d7e prepare for new ewsposter 2017-03-12 23:31:34 +00:00
fb02d41e57 add latest ctop 2017-03-12 20:57:56 +00:00
fab294bdda remove patching docker defaults
handled in systemd scripts for each container
2017-03-04 21:24:50 +01:00
6298afae4a Update install.sh 2017-02-26 12:29:38 +01:00
41a3b610eb improve wlan example config 2016-12-06 13:18:00 +01:00
aecb9380f2 fix docker proxy issue
starting with systemd docker only sources /etc/default/docker which means for proxy to work the export commands need to be removed.
2016-12-06 10:44:04 +01:00
d1b85a497d fix namegen issue when using a proxy 2016-12-06 09:55:41 +01:00
fca1b3fd37 switch to docker.io
improve proxy support
2016-12-03 21:47:53 +01:00
fb71d49a56 fix proxy issue with wetty install
fixes #63
2016-11-29 18:03:49 +01:00
6d7608d112 tweaking, fixing
lift resolution constraints (keep autodetect from kernel fb)
thanks to @sunshine112 reporting issue #62 - the reason why the install fails is due to the fact that the latest kernel is very picky about a clean unmount of the used block device. the block device will now be unmounted cleanly as soon as the write operation of the ISO Maker is finished writing the image to the USB drive.
2016-10-28 15:08:55 +02:00
72a9105db5 fix permissions after merge 2016-10-28 10:51:14 +02:00
a4f1af68a5 fix merge 2016-10-27 16:47:58 +00:00
574739b0fe fix typo in dashboard, improve readability of installer 2016-10-27 15:23:43 +00:00
091025fcfb fix bugs, issues
fix an issue with nginx upgrades where index.html was overwritten without asking
fix an issue with dashboards where positions were mixed up after removing welcome message and saving as default
2016-10-27 11:11:51 +00:00
974eea9a7e fix bug in fuECHO, improve readability of installation menu 2016-10-26 01:21:42 +02:00
be12a24c2f tested and final: include installation type into installer...
it is finally possible to go without the ISO maker if you just want to try out a different T-Pot edition.
2016-10-25 23:33:20 +02:00
6f992604b8 experimental: include installation type into installer... 2016-10-25 18:35:39 +02:00
8aea1914bb add grace period after docker restart 2016-10-23 15:34:11 +02:00
40c2b2c386 fix bugs, prepare for rc 2016-10-23 14:54:57 +02:00
93b00cb47a tweaking 2016-10-23 13:38:44 +02:00
c8f2739d11 bring dashboards back, tweaking and prepare for beta 2016-10-23 10:34:08 +00:00
52d542a646 enable nginx JSON logging 2016-10-11 12:30:30 +00:00
fd14e731d2 account for hostname gen fail 2016-08-22 15:24:48 +00:00
a90f7cdf23 add user and root prompt, cleanup 2016-08-12 22:21:02 +02:00
f038173920 Web based access
It is now possible to access T-Pot web based and without a SSH tunnel
2016-08-08 02:21:02 +02:00
d16698877b tweaking, bugfixing 2016-08-07 19:08:13 +02:00
bbb708b988 tweaking, bugfixes 2016-08-06 22:06:31 +00:00
62b349eab3 modify installer for new config 2016-08-01 13:25:58 +00:00
caf35b485f tweaking 2016-07-29 20:38:33 +02:00
67b8031453 old indices were not deleted
escaping timestring format fixes it
2016-07-21 17:42:53 +02:00
cef8e5fded old indices were not deleted
escaping timestring format fixes it
2016-07-21 17:39:40 +02:00
869320652c Reduce Installer Size to <50MB
T-Pot ISO Creator will now create images based on the Ubuntu Network Installer (mini.iso). This results in a greatly reduced size for the T-Pot Installer with now being just about 49MB. T-Pot was only using the base install packages of the 700MB Ubuntu Server ISO and still had to download the latest packages anyway. The advantages are a) reduced download size for the Ubuntu Network Installer instead of the full image, b) the latest packages are already installed during the base installation and c) the resulting T-Pot ISO can be distributed easier.
2016-07-09 01:23:12 +02:00
4fce521579 include alerta-cli 2016-06-19 00:20:02 +02:00
574ff3f9a7 add cgroup option at boot 2016-06-17 16:05:11 +02:00
f3f20f1d39 typo 2016-06-02 18:54:09 +02:00
c955d641c3 tweaking 2016-06-02 18:50:43 +02:00
00dd446f7d Move install upgrades towards end of the installer since update of some kernel modules prevent docker daemon from starting if not rebooted first. 2016-06-01 22:10:31 +02:00
bf7478442e update dionaea path layout 2016-06-01 17:46:06 +02:00
ae2224a2ce remove upstart path / add systemd path 2016-05-30 22:38:28 +02:00
acf1c804ee point to 16.10 images on dockerhub 2016-05-30 14:51:32 +00:00
faff7a17bf systemd - a service awakens 2016-05-29 00:03:46 +02:00
fbfb5a1d90 very basic installation stuff 2016-05-12 19:26:06 +02:00
c7516ae1f8 keep elkbase.tgz
In some rare occasions the .kibana index might be corrupted
(IOException) resulting in missing translogs and thus preventing
.kibana index from getting indexed (happens during a power failure). A
quick fix is to delete the contents in
“/data/elk/data/elasticsearch/nodes/0/indices/.kibana/*“, extract
elkbase.tgz to a temp folder (tar xvfz elkbase.tgz /tmp/) and copy “cp
-R /tmp/data/elk/data/elasticsearch/nodes/0/indices/.kibana/*
/data/elk/data/elasticsearch/nodes/0/indices/.kibana/“.
Make sure to stop service checks (“/etc/crontab”) and stop elk (service
elk stop) before doing this.
2016-03-09 22:10:44 +01:00
6f18240ade only apt-get upgrade during install 2016-03-08 18:37:37 +01:00
211894753f tweaking 2016-03-07 13:13:52 +01:00
4ef5252c85 update version info 2016-03-06 17:38:33 +01:00
c7341998bc install docker-engine 1.10.2 2016-03-06 17:21:49 +01:00
a7f98902e3 turn persistence off by default 2016-03-03 17:48:04 +01:00
1089993579 update housekeeping for elasticsearch, keep indexes for <=90 days 2016-03-02 16:21:17 +01:00
994aed3e31 include conpot 2016-02-19 17:52:45 +01:00