Commit graph

83 commits

Author SHA1 Message Date
Marco Ochse
845a11e240 fix path 2017-04-19 15:39:34 +02:00
Marco Ochse
9fea0461fc Clean up, add Spiderfoot
tpot configs are now stored in /etc/tpot/
tpot related scripts are now stored /usr/share/tpot/bin
some scripts are improved
some scripts are cleaned of old comments
spiderfoot is now part of tpot
2017-04-19 12:22:51 +00:00
Marco Ochse
62ce12a8a9 disable logging for installer
1. improve performance
2. improve convenience, user sees progress
3. infos and errors are displayed
2017-04-17 00:53:47 +02:00
Marco Ochse
5b267b396f improve installer 2017-04-16 23:44:19 +02:00
Marco Ochse
1453e26f76 prepare for forward logs to cc 2017-04-07 15:20:56 +00:00
Marco Ochse
ff4a87ff42 set linux as term 2017-03-22 18:42:24 +00:00
Marco Ochse
9090b5cfd7 installer ui improvements 2017-03-22 18:27:43 +00:00
Marco Ochse
052a3489e9 fix typo 2017-03-17 23:49:29 +00:00
Marco Ochse
ffc0edd587 prepare for elk 5.x and improvements 2017-03-17 23:47:04 +00:00
Marco Ochse
ff75c6c588 modify installer for 17.06 2017-03-13 10:07:46 +00:00
Marco Ochse
c5de828d7e prepare for new ewsposter 2017-03-12 23:31:34 +00:00
Marco Ochse
fb02d41e57 add latest ctop 2017-03-12 20:57:56 +00:00
Marco Ochse
fab294bdda remove patching docker defaults
handled in systemd scripts for each container
2017-03-04 21:24:50 +01:00
Marco Ochse
6298afae4a Update install.sh 2017-02-26 12:29:38 +01:00
Marco Ochse
41a3b610eb improve wlan example config 2016-12-06 13:18:00 +01:00
Marco Ochse
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
Marco Ochse
d1b85a497d fix namegen issue when using a proxy 2016-12-06 09:55:41 +01:00
Marco Ochse
fca1b3fd37 switch to docker.io
improve proxy support
2016-12-03 21:47:53 +01:00
Marco Ochse
fb71d49a56 fix proxy issue with wetty install
fixes #63
2016-11-29 18:03:49 +01:00
t3chn0m4g3
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
t3chn0m4g3
72a9105db5 fix permissions after merge 2016-10-28 10:51:14 +02:00
t3chn0m4g3
a4f1af68a5 fix merge 2016-10-27 16:47:58 +00:00
t3chn0m4g3
574739b0fe fix typo in dashboard, improve readability of installer 2016-10-27 15:23:43 +00:00
t3chn0m4g3
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
t3chn0m4g3
974eea9a7e fix bug in fuECHO, improve readability of installation menu 2016-10-26 01:21:42 +02:00
t3chn0m4g3
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
Marco Ochse
6f992604b8 experimental: include installation type into installer... 2016-10-25 18:35:39 +02:00
t3chn0m4g3
8aea1914bb add grace period after docker restart 2016-10-23 15:34:11 +02:00
t3chn0m4g3
40c2b2c386 fix bugs, prepare for rc 2016-10-23 14:54:57 +02:00
t3chn0m4g3
93b00cb47a tweaking 2016-10-23 13:38:44 +02:00
t3chn0m4g3
c8f2739d11 bring dashboards back, tweaking and prepare for beta 2016-10-23 10:34:08 +00:00
t3chn0m4g3
52d542a646 enable nginx JSON logging 2016-10-11 12:30:30 +00:00
t3chn0m4g3
fd14e731d2 account for hostname gen fail 2016-08-22 15:24:48 +00:00
Marco Ochse
a90f7cdf23 add user and root prompt, cleanup 2016-08-12 22:21:02 +02:00
Marco Ochse
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
Marco Ochse
d16698877b tweaking, bugfixing 2016-08-07 19:08:13 +02:00
t3chn0m4g3
bbb708b988 tweaking, bugfixes 2016-08-06 22:06:31 +00:00
t3chn0m4g3
62b349eab3 modify installer for new config 2016-08-01 13:25:58 +00:00
Marco Ochse
caf35b485f tweaking 2016-07-29 20:38:33 +02:00
Marco Ochse
67b8031453 old indices were not deleted
escaping timestring format fixes it
2016-07-21 17:42:53 +02:00
Marco Ochse
cef8e5fded old indices were not deleted
escaping timestring format fixes it
2016-07-21 17:39:40 +02:00
Marco Ochse
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
Marco Ochse
4fce521579 include alerta-cli 2016-06-19 00:20:02 +02:00
Marco Ochse
574ff3f9a7 add cgroup option at boot 2016-06-17 16:05:11 +02:00
Marco Ochse
f3f20f1d39 typo 2016-06-02 18:54:09 +02:00
Marco Ochse
c955d641c3 tweaking 2016-06-02 18:50:43 +02:00
Marco Ochse
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
Marco Ochse
bf7478442e update dionaea path layout 2016-06-01 17:46:06 +02:00
Marco Ochse
ae2224a2ce remove upstart path / add systemd path 2016-05-30 22:38:28 +02:00
t3chn0m4g3
acf1c804ee point to 16.10 images on dockerhub 2016-05-30 14:51:32 +00:00